|
<< Click to display table of contents >> TRVWidgetPageContainer.Expanded |
Expands and collapses the widget.
property Expanded: Boolean;
If True, the widget is shown with the full set of controls.
If False, the widget is shown as a single row of buttons.
Changing this property at run time smoothly changes the toolbar height. When expanded, its height is set to ExpandedHeight. When collapsed, its height is reduced to the height of the single-row toolbar.
The toolbar can also be expanded or collapsed in the following ways:
•Close buttons on any toolbar page, except the single-row toolbar, collapse it if AutoCollapse = True.
•The Formatting button on the single-row toolbar expands it.
•The TrvActionExpandWidget action expands and collapses the toolbar.
Default value:
True