NavigationSplitView.collapsed

Get collapsed property.

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

Return Value

Type: 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.