|
|
|
|
|
TitleHeight (Property) In french: HauteurTitre
The TitleHeight property gets and sets: - the height of the title for the columns of a Table or TreeView Table control.
- the height of the title bar of a Dockable Panel control.
- the height of the title bar of a window with a custom title bar.
// Update the title and the height of the column title in a Table control  COL_Column1.Title = "Result" + CR + "and Forecast" + CR + "for 2020" TABLE_Number.TitleHeight = 50 Syntax
Changing the title height Hide the details
<Element used>.TitleHeight = <New value>
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|