Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Views Namespace / DataGridScrollViewer Class / SetSynchronizedScrollViewerPosition Method
The dependency object to which the attached property is written.

The needed SynchronizedScrollViewerPosition value.

Member Description
Top The SynchronizedScrollViewer is scrolled to the top indicating that navigation in the fixed header or footer sections is permitted.
Bottom The SynchronizedScrollViewer is scrolled to the bottom indicating that navigation in the fixed header or footer sections is permitted.
Left The SynchronizedScrollViewer is scrolled to the left indicating that navigation in the fixed header or footer sections is permitted.
Right The SynchronizedScrollViewer is scrolled to the right indicating that navigation in the fixed header or footer sections is permitted.
None The SynchronizedScrollViewer is not scrolled to one of its extremities indicating that navigation in the fixed header or footer sections is not permitted.



In This Topic
    SetSynchronizedScrollViewerPosition Method
    In This Topic
    Sets the value of the SynchronizedScrollViewerPosition attached property to the specified dependency object (see Remarks).
    Syntax
    'Declaration
     
    Public Shared Sub SetSynchronizedScrollViewerPosition( _
       ByVal obj As DependencyObject, _
       ByVal value As SynchronizedScrollViewerPosition _
    ) 
    'Usage
     
    Dim obj As DependencyObject
    Dim value As SynchronizedScrollViewerPosition
     
    DataGridScrollViewer.SetSynchronizedScrollViewerPosition(obj, value)
    public static void SetSynchronizedScrollViewerPosition( 
       DependencyObject obj,
       SynchronizedScrollViewerPosition value
    )

    Parameters

    obj
    The dependency object to which the attached property is written.
    value

    The needed SynchronizedScrollViewerPosition value.

    Member Description
    Top The SynchronizedScrollViewer is scrolled to the top indicating that navigation in the fixed header or footer sections is permitted.
    Bottom The SynchronizedScrollViewer is scrolled to the bottom indicating that navigation in the fixed header or footer sections is permitted.
    Left The SynchronizedScrollViewer is scrolled to the left indicating that navigation in the fixed header or footer sections is permitted.
    Right The SynchronizedScrollViewer is scrolled to the right indicating that navigation in the fixed header or footer sections is permitted.
    None The SynchronizedScrollViewer is not scrolled to one of its extremities indicating that navigation in the fixed header or footer sections is not permitted.

    Remarks
    Member Description
    Top The SynchronizedScrollViewer is scrolled to the top indicating that navigation in the fixed header or footer sections is permitted.
    Bottom The SynchronizedScrollViewer is scrolled to the bottom indicating that navigation in the fixed header or footer sections is permitted.
    Left The SynchronizedScrollViewer is scrolled to the left indicating that navigation in the fixed header or footer sections is permitted.
    Right The SynchronizedScrollViewer is scrolled to the right indicating that navigation in the fixed header or footer sections is permitted.
    None The SynchronizedScrollViewer is not scrolled to one of its extremities indicating that navigation in the fixed header or footer sections is not permitted.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also