Enum ScrollAxisRegion
A scroll axis has three regions: Header, Body and Footer.
Namespace: Syncfusion.WinForms.GridCommon.ScrollAxis
Assembly: Syncfusion.GridCommon.WinForms.dll
Syntax
public enum ScrollAxisRegion
Fields
Name | Description |
---|---|
Body | The body (center between header and footer) |
Footer | The footer (at bottom or right side) |
Header | The header (at top or left side) |