OverlaySplitView.sidebarWidthFraction

Set sidebarWidthFraction property.

  1. double sidebarWidthFraction [@property getter]
  2. double sidebarWidthFraction [@property setter]
    class OverlaySplitView
    @property
    void
    sidebarWidthFraction
    (
    double propval
    )

Parameters

propval double

The preferred sidebar width as a fraction of the total width.

The preferred width is additionally limited by property@OverlaySplitView:min-sidebar-width and property@OverlaySplitView:max-sidebar-width.

The sidebar widget can be allocated with larger width if its own minimum width exceeds the preferred width.