Skip to main content

TdxBar.UseRestSpace Property

Specifies if the toolbar occupies an entire form by width.

Declaration

property UseRestSpace: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

If True, the toolbar spans from the left to right parent form border. If False, the toolbar width depends on bar items within it.

Remarks

Set the UseRestSpace property to True to span the toolbar from the left to right border of the parent form.

Default Value

The UseRestSpace property’s default value is False.

See Also