menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridScrollingMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridScrollingMode

    Describes the possible scrolling modes that a SfDataGrid control has.

    Inheritance
    System.Object
    DataGridScrollingMode
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public sealed class DataGridScrollingMode : Enum

    Fields

    Line

    Lets the grid to scroll based on line values.

    Declaration
    public const DataGridScrollingMode Line
    Field Value
    Type
    DataGridScrollingMode

    Pixel

    Lets the grid to scroll based on pixel values.

    Declaration
    public const DataGridScrollingMode Pixel
    Field Value
    Type
    DataGridScrollingMode

    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 DataGridScrollingMode PixelLine
    Field Value
    Type
    DataGridScrollingMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved