TTMSFNCTreeView.Columns
Property name |
Description |
BottomFill |
The fill of the column when the Layout property is set to include tclBottom. |
BottomFont |
The font of the column text when the Layout property is set to include tclBottom. |
BottomFontColor |
The color of the font of the column text when the Layout property is set to include tclBottom. |
BottomStroke |
The stroke of the column when the Layout property is set to include tclBottom. |
CustomEditor |
Allows for a custom editor to be returned through the OnGetInplaceEditor event. |
DisabledFontColor |
The color of the font of the nodes in disabled state. |
EditorItems |
The items of the editor when using the tcetComboBox editor type. |
EditorType |
The type of editor to use for each node in a column. The editor can be customized per node. |
Fill |
The fill of a column. |
Filtering |
Configures filtering on a column. |
Font |
The font of the nodes of a column. |
FontColor |
The color of the font of the nodes of a column. |
HorizontalTextAlign |
The alignment of the text of the nodes of a column. |
Name |
The name of the column. |
SelectedFontColor |
The color of the font of the nodes in selected state. |
Sorting |
Configures sorting on a column. |
Stroke |
The stroke of the column. |
TopFill |
The fill of the column when the Layout property is set to include tclTop. |
TopFont |
The font of the column text when the Layout property is set to include tclTop. |
TopFontColor |
The color of the font of the column text when the Layout property is set to include tclTop. |
TopStroke |
The stroke of the column when the Layout property is set to include tclTop. |
Trimming |
The trimming of nodes of a column. |
UseDefaultAppearance |
Allows overriding the default appearance of columns/nodes. |
VerticalTextAlign |
The vertical text alignment of nodes. |
Visible |
Sets the column visible / invisible. |
Width |
The width of the column. |
WordWrapping |
The word wrapping of nodes of a column. |
Go back to TTMSFNCTreeView