NavigationSplitView.collapsed

Set collapsed property.

  1. bool collapsed [@property getter]
  2. bool collapsed [@property setter]
    class NavigationSplitView
    @property
    void
    collapsed
    (
    bool propval
    )

Parameters

propval bool

Whether the split view is collapsed.

When collapsed, the children are put inside an class@NavigationView, otherwise they are displayed side by side.

The property@NavigationSplitView:show-content controls which child is visible while collapsed.