menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollAxisRegion - Xamarin.Forms 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.GridCommon.ScrollAxis
    Assembly: Syncfusion.GridCommon.Portable.dll
    Syntax
    public sealed class ScrollAxisRegion : Enum

    Fields

    Body

    Specifies the body region (center between header and footer).

    Declaration
    public const ScrollAxisRegion Body
    Field Value
    Type
    ScrollAxisRegion

    Footer

    Specifies the footer region (at bottom or right side).

    Declaration
    public const ScrollAxisRegion Footer
    Field Value
    Type
    ScrollAxisRegion

    Header

    Specifies the header region (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