OverlaySplitView.pinSidebar

bool pinSidebar() @property

Get pinSidebar property.

Returns

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.

void pinSidebar(bool propval) @property

Set pinSidebar property.

Parameters

propvalWhether 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.