Class AutoScrollOrientation
Defines the constants that specify the orientation for auto scrolling.
Inheritance
System.Object
AutoScrollOrientation
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class AutoScrollOrientation : Enum
Fields
Both
Both horizontal and vertical orientation for auto scrolling.
Declaration
public const AutoScrollOrientation Both
Field Value
Horizontal
Only horizontal orientation for auto scrolling.
Declaration
public const AutoScrollOrientation Horizontal
Field Value
None
No orientation for auto scrolling.
Declaration
public const AutoScrollOrientation None
Field Value
Vertical
Only vertical orientation for auto scrolling.
Declaration
public const AutoScrollOrientation Vertical