ColumnResizing Enumeration

Specifies the available resizing types for a column.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public enum ColumnResizing

Members

Fixed0 Fixed resizing will use the Width property.
Automatic1 Automatic resizing will find the maximum required width of cells, then adjust the column's width to it.

See Also