TdxNavBarGroup.UseRestSpace Property
Specifies whether the current group occupies a NavBar control’s space that is free of other groups.
Declaration
property UseRestSpace: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
The image below displays a TdxNavBar control, whose second group’s UseRestSpace property is set to False and True respectively.
Note
Setting this property to True for multiple groups has no effect, except for the first visible group.
The default value of the UseRestSpace property is False.
See Also