TdxNavBarGroupControlOptions.AllowControlResizing Property
Specifies whether end-users can adjust the height of the group with embedded controls.
Declaration
property AllowControlResizing: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to create a splitter that allows end-users to vertically resize the group’s client area.
The default value of the AllowControlResizing property is False.
See Also