Xceed DataGrid for WPF v7.2 Documentation
SynchronizedScrollViewerPosition Enumeration


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views Namespace : SynchronizedScrollViewerPosition Enumeration
Value representing the position of the DataGridScrollViewer to indicate if navigation in the fixed header or footer sections is permitted.
Syntax
'Declaration
 
Public Enum SynchronizedScrollViewerPosition 
   Inherits System.Enum
'Usage
 
Dim instance As SynchronizedScrollViewerPosition
public enum SynchronizedScrollViewerPosition : System.Enum 
Members
MemberDescription
BottomThe DataGridScrollViewer is scrolled to the bottom indicating that navigation in the fixed header or footer sections is permitted.
LeftThe DataGridScrollViewer is scrolled to the left indicating that navigation in the fixed header or footer sections is permitted.
NoneThe DataGridScrollViewer is not scrolled to one of its extremities indicating that navigation in the fixed header or footer sections is not permitted.
RightThe DataGridScrollViewer is scrolled to the right indicating that navigation in the fixed header or footer sections is permitted.
TopThe DataGridScrollViewer is scrolled to the top indicating that navigation in the fixed header or footer sections is permitted.
Remarks
If the DataGridScrollViewer is scrolled to the top and the fixed header or footer sections are located above the DataGridScrollViewer, navigation will move from the DataGridScrollViewer to the header or footer section located above.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.DataGrid.Views.SynchronizedScrollViewerPosition

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

Reference

Xceed.Wpf.DataGrid.Views Namespace