Enum GridControlLengthUnitType
Defines constants that describe how Syncfusion.Windows.Controls.Grid elements, such as columns, are sized.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum GridControlLengthUnitType
Fields
Name | Description |
---|---|
Auto | The unit of measure is based on the size of the cells and the column header. |
AutoOnLoad | The unit of measure is based on the size of the cells and the column header with Last column fill and for only once. |
AutoOnLoadWithLastColumnFill | The unit of measure is based on the size of the cells and the column header with Last column fill and for only once. |
AutoWithLastColumnFill | The unit of measure is based on the size of the cells and the column header with Last column fill. |
None | No Sizing |
SizeToCells | The unit of measure is based on the size of the cells. |
SizeToHeader | The unit of measure is based on the size of the column header. |
Star | The unit of measure is a weighted proportion of the available space. |