TdxBar.UseRestSpace Property
In This Article
Specifies if the toolbar occupies an entire form by width.
#Declaration
Delphi
property UseRestSpace: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False | If |
#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