Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 977 Bytes

splitview_ispaneopen.md

File metadata and controls

38 lines (25 loc) · 977 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.SplitView.IsPaneOpen
winrt property

Microsoft.UI.Xaml.Controls.SplitView.IsPaneOpen

-description

Gets or sets a value that specifies whether the SplitView pane is expanded to its full width.

-xaml-syntax

      <SplitView IsPaneOpen="bool" .../>
    

-property-value

true if the pane is expanded to its full width; otherwise, false. The default is true.

-remarks

The effects of this property are influenced by the value of the DisplayMode property.

DisplayMode Effect
Inline IsPaneOpen is true.
Overlay When IsPaneOpen is false, the pane is hidden.
Compact When IsPaneOpen is false, the pane is shown in its compact size (see CompactPaneLength).

-examples

-see-also