Applies to
TabbedBar controls
Description
Specifies whether the height of the tabbed bar automatically changes according to the font type or size of the title text.
When it is TRUE, the height is automatically adjusted according to the font type/size. When it is FALSE, the height is always 104 pixels.
Usage
In scripts
The AutosizeHeight property takes a boolean value. AutosizeHeight is true by default.
This example turns off the AutosizeHeight feature:
mditbb_1.AutosizeHeight = false