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