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 |