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.
bool collapsed() @propertyGet collapsed property.
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.
void collapsed(bool propval) @propertySet collapsed property.
propval | 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. |