'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. |