Class TreeColumnSizer
Defines the constants that specify how the columns in a SfTreeGrid are sized.
Inheritance
System.Object
TreeColumnSizer
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class TreeColumnSizer : Enum
Fields
Auto
The size is based on the contents of both the cells and the column header.
Declaration
public const TreeColumnSizer Auto
Field Value
Type |
---|
TreeColumnSizer |
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.
Declaration
public const TreeColumnSizer AutoFillColumn
Field Value
Type |
---|
TreeColumnSizer |
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.
Declaration
public const TreeColumnSizer FillColumn
Field Value
Type |
---|
TreeColumnSizer |
None
No sizing. The DefaultLineSize will be set for the columns.
Declaration
public const TreeColumnSizer None
Field Value
Type |
---|
TreeColumnSizer |
SizeToCells
The size is based on the contents of the cells.
Declaration
public const TreeColumnSizer SizeToCells
Field Value
Type |
---|
TreeColumnSizer |
SizeToHeader
The size is based on the contents of the column header.
Declaration
public const TreeColumnSizer SizeToHeader
Field Value
Type |
---|
TreeColumnSizer |
Star
The size is a weighted proportion of available space.
Declaration
public const TreeColumnSizer Star
Field Value
Type |
---|
TreeColumnSizer |