Skip to content

Commit 2a1f4d7

Browse files
Make Pane open by default of NavigationView in PropertySizer example.
1 parent a2dc3a7 commit 2a1f4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Sizers/PropertySizer.bind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<muxc:NavigationView
1111
x:Name="ViewPanel"
1212
PaneDisplayMode="Left"
13-
IsPaneOpen="False"
13+
IsPaneOpen="True"
1414
OpenPaneLength="300">
1515
<muxc:NavigationView.AutoSuggestBox>
1616
<AutoSuggestBox AutomationProperties.Name="Search" QueryIcon="Find" />

0 commit comments

Comments
 (0)