OverlaySplitView.collapsed

bool collapsed() @property nothrow

Get collapsed property.

Returns

Whether the split view is collapsed.

When collapsed, the sidebar widget is presented as an overlay above the content widget, otherwise they are displayed side by side.

void collapsed(bool propval) @property nothrow

Set collapsed property.

Parameters

propvalWhether the split view is collapsed. When collapsed, the sidebar widget is presented as an overlay above the content widget, otherwise they are displayed side by side.