TTMSFNCTreeView.ColumnsAppearance
| 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. |
| BottomSize |
The size of the bottom columns. |
| BottomStroke |
The stroke of the column when the Layout property is set to include tclBottom. |
| BottomVerticalText |
Allows displaying vertical text in the columns bottom layout. |
| FillEmptySpaces |
Allows filling empty spaces at the right side of the columns when the StretchScrollBars property is set to False. |
| Layouts |
The layout of the columns which include tclTop and tclBottom. |
| Stretch |
Allows stretching of columns. |
| StretchAll |
Stretches all columns. |
| StretchColumn |
Calculates all columns except for the column that matches this property. The StretchColumn is automatically given the leftover width after calculation. |
| 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. |
| TopSize |
The size of the top columns. |
| TopStroke |
The stroke of the column when the Layout property is set to include tclTop. |
| TopVerticalText |
Allows displaying vertical text in the columns top layout. |
Go back to TTMSFNCTreeView