Class ScrollAxisRegion
A scroll axis has three regions: Header, Body and Footer.
Inheritance
System.Object
ScrollAxisRegion
Namespace: Syncfusion.UI.Xaml.ScrollAxis
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class ScrollAxisRegion : Enum
Fields
Body
The body (center between header and footer)
Declaration
public const ScrollAxisRegion Body
Field Value
Type |
---|
ScrollAxisRegion |
Footer
The footer (at bottom or right side)
Declaration
public const ScrollAxisRegion Footer
Field Value
Type |
---|
ScrollAxisRegion |
Header
The header (at top or left side)
Declaration
public const ScrollAxisRegion Header
Field Value
Type |
---|
ScrollAxisRegion |