alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DataGridColumnResizeMode

    Specifies when column resizing should be applied in SfDataGrid.

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

    Fields

    OnMoved

    Specifies that resizing happens as the resizing indicator moves (column width updates continuously during the gesture). Provides real-time visual feedback and immediate width adjustment.

    Declaration
    public const DataGridColumnResizeMode OnMoved
    Field Value
    Type
    DataGridColumnResizeMode

    OnTouchUp

    Specifies that resizing happens on touch-up (column width updates only when the resize gesture ends). This is the default behavior and provides traditional resize experience.

    Declaration
    public const DataGridColumnResizeMode OnTouchUp
    Field Value
    Type
    DataGridColumnResizeMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved