Establishes whether tabs are multilined or singlelined.

Usage

Set_Property(OLECtrlEntID, "OLE.MultiLined", Boolean)

Values

[True | False]

Default: False

Remarks

The MultiLined property alters the tab sizing and positioning behavior. By default, this property is 0, which always forces a single row of tabs. When the tabs cannot fit within the control's width, scroll buttons appear to provide the user a means to reach all tabs. Setting this property to 1 sets it into multiline mode. In this mode, tabs are garaunteed to be visible since they are stacked into as many rows as is needed to fit them all.

In multiline mode, if the number of tab rows exceed the height of the control, they are clipped at the control's bottom edge. It is recommended that a multilined control not be dynamically resizable at runtime.

  • No labels