Enums: Table

Configure how table columns can be resized.

Table enums help you choose the resize interaction that best fits your data grids and layouts.

How it works

Set TableResizeMode to choose whether users resize from the header or anywhere within the column.

Examples

  • TableResizeMode.Header for precise resizing handles.
  • TableResizeMode.Columns for easier drag targets on dense tables.

Reference

TableResizeMode

Defines the resize mode of the Table's columns.

  • TableResizeMode.Header The Table can only be resized from the columns header.
  • TableResizeMode.Columns The Table can be resized from the entire column area.
On this page