Enum ScrollAxisRegion
A scroll axis has three regions: Header, Body and Footer.
Namespace: Syncfusion.Windows.Controls.Scroll
Assembly: Syncfusion.GridCommon.WPF.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) |