-
-
Notifications
You must be signed in to change notification settings - Fork 948
Pane is not closed by default when using IsPaneOpen="False" #741
Copy link
Copy link
Closed
Labels
animationsTopic is related to animationsTopic is related to animationsbugSomething isn't workingSomething isn't workinglocked-due-to-inactivitynavigationChanges to navigation related controls.Changes to navigation related controls.stylesTopic is related to stylesTopic is related to styles
Milestone
Description
Describe the bug
Setting IsPaneOpen to False for the NavigationView of MainWindow.xaml in project Wpf.Ui.Demo.Mvvm does not work.
To Reproduce
<ui:NavigationView x:Name="RootNavigation" Grid.Row="1" IsPaneOpen="False" FooterMenuItemsSource="{Binding ViewModel.NavigationFooter, Mode=OneWay}" MenuItemsSource="{Binding ViewModel.NavigationItems, Mode=OneWay}">
Expected behavior
After setting FALSE to start, it should be in a closed state
Screenshots
OS version
last
.NET version
last
WPF-UI NuGet version
last
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
animationsTopic is related to animationsTopic is related to animationsbugSomething isn't workingSomething isn't workinglocked-due-to-inactivitynavigationChanges to navigation related controls.Changes to navigation related controls.stylesTopic is related to stylesTopic is related to styles
Type
Projects
Status
Done

