menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollingMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScrollingMode

    Describes the possible scrolling modes that a SfDataGrid control has.

    Inheritance
    System.Object
    ScrollingMode
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public sealed class ScrollingMode : Enum

    Fields

    Line

    Lets the grid to scroll based on line values.

    Declaration
    public const ScrollingMode Line
    Field Value
    Type
    ScrollingMode

    Pixel

    Lets the grid to scroll based on pixel values.

    Declaration
    public const ScrollingMode Pixel
    Field Value
    Type
    ScrollingMode

    PixelLine

    Lets the grid to scroll based on pixel values and auto scrolls to the start or end or a row or column based on the clipped value.

    Declaration
    public const ScrollingMode PixelLine
    Field Value
    Type
    ScrollingMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved