Skip to content

Commit

Permalink
Fix issue with compact NavView InfoBadge sample (microsoft#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn committed Jan 22, 2022
1 parent e2e2ead commit ee772e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XamlControlsGallery/ControlPages/InfoBadgePage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void NavigationViewDisplayMode_SelectionChanged(object sender, SelectionC

case "LeftCompact":
nvSample1.PaneDisplayMode = Microsoft.UI.Xaml.Controls.NavigationViewPaneDisplayMode.LeftCompact;
nvSample1.IsPaneOpen = true;
nvSample1.IsPaneOpen = false;
break;

case "Top":
Expand Down

0 comments on commit ee772e5

Please sign in to comment.