By default, collapsing @self automatically hides the sidebar widget, and uncollapsing it shows the sidebar. If set to TRUE, sidebar visibility never changes on its own.
OverlaySplitView.pinSidebar
bool pinSidebar() @propertyGet pinSidebar property.
Returns
Whether the sidebar widget is pinned.
void pinSidebar(bool propval) @propertySet pinSidebar property.
Parameters
propval | Whether the sidebar widget is pinned. By default, collapsing @self automatically hides the sidebar widget, and uncollapsing it shows the sidebar. If set to TRUE, sidebar visibility never changes on its own. |