Class ScrollDirection
Defines constants that specify the scroll direction that are supported by a SfDataGrid control.
Inheritance
System.Object
ScrollDirection
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public sealed class ScrollDirection : Enum
Fields
Both
Supports scrolling in both horizontal and vertical direction.
Declaration
public const ScrollDirection Both
Field Value
Type |
---|
ScrollDirection |
Horizontal
Supports scrolling in horizontal direction.
Declaration
public const ScrollDirection Horizontal
Field Value
Type |
---|
ScrollDirection |
None
Do not provide support to scrolling.
Declaration
public const ScrollDirection None
Field Value
Type |
---|
ScrollDirection |
Vertical
Supports scrolling in vertical direction.
Declaration
public const ScrollDirection Vertical
Field Value
Type |
---|
ScrollDirection |