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 |
|
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