Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Views Namespace / DataGridScrollViewer Class / GetSynchronizedScrollViewerPosition Method
The dependency object from which the property value is read. By default, SynchronizedScrollViewerPosition.None.


In This Topic
    GetSynchronizedScrollViewerPosition Method
    In This Topic
    Gets the value of the SynchronizedScrollViewerPosition attached property for the specified dependency object (see Remarks).
    Syntax
    'Declaration
     
    Public Shared Function GetSynchronizedScrollViewerPosition( _
       ByVal obj As DependencyObject _
    ) As SynchronizedScrollViewerPosition
    'Usage
     
    Dim obj As DependencyObject
    Dim value As SynchronizedScrollViewerPosition
     
    value = DataGridScrollViewer.GetSynchronizedScrollViewerPosition(obj)
    public static SynchronizedScrollViewerPosition GetSynchronizedScrollViewerPosition( 
       DependencyObject obj
    )

    Parameters

    obj
    The dependency object from which the property value is read. By default, SynchronizedScrollViewerPosition.None.

    Return Value

    The SynchronizeScrollViewerPosition value for the dependency object.

    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