OverlaySplitView.maxSidebarWidth

double maxSidebarWidth() @property

Get maxSidebarWidth property.

Returns

The maximum sidebar width.

Maximum width is affected by property@OverlaySplitView:sidebar-width-unit.

The sidebar widget can still be allocated with larger width if its own minimum width exceeds it.

void maxSidebarWidth(double propval) @property

Set maxSidebarWidth property.

Parameters

propvalThe maximum sidebar width. Maximum width is affected by property@OverlaySplitView:sidebar-width-unit. The sidebar widget can still be allocated with larger width if its own minimum width exceeds it.