menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollAxisRegion - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScrollAxisRegion

    A scroll axis has three regions: Header, Body and Footer.

    Inheritance
    System.Object
    ScrollAxisRegion
    Namespace: Syncfusion.UI.Xaml.Grids.ScrollAxis
    Assembly: Syncfusion.GridCommon.WinUI.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved