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.Headerfor precise resizing handles.TableResizeMode.Columnsfor easier drag targets on dense tables.
Reference
TableResizeMode
Defines the resize mode of the Table's columns.
TableResizeMode.HeaderThe Table can only be resized from the columns header.TableResizeMode.ColumnsThe Table can be resized from the entire column area.