Enum TreeColumnSizer
Defines the constants that specify how the columns in a SfTreeGrid are sized.
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum TreeColumnSizer
Fields
| Name | Description |
|---|---|
| Auto | The size is based on the contents of both the cells and the column header. |
| AutoFillColumn | The size is based on the contents of both the cells and the column header with last column auto fill. The column to be filled can be any column. |
| FillColumn | The size is based on the contents of both the cells and the column header with last column fill by default. The column to be filled can be any column. |
| None | No sizing. The DefaultLineSize will be set for the columns. |
| SizeToCells | The size is based on the contents of the cells. |
| SizeToHeader | The size is based on the contents of the column header. |
| Star | The size is a weighted proportion of available space. |