TdxBar.MultiLine Property
Specifies whether items can be placed across several lines within the current toolbar.
Declaration
property MultiLine: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
When there are a lot of items within a toolbar, some of them are not displayed, though they are not hidden. Set the MultiLine property to True to allow the display of items across several toolbar rows.
See Also