ResizeSettings

23 Sep 20251 minute to read

Configures the resize behavior of the Grid.

Properties

mode ResizeMode

Defines the mode of Grid column resizing. The available modes are:
Normal: Columns will not be adjusted to fit the remaining space.
Auto: Resized column width will be adjusted by other columns automatically.

Defaults to Normal