Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When changing the SelectedItem property of a SfNavigationDrawer the previously selected item isn't de-selected (still highlighted).
This is apparent through a binding or directly changing the property of the control.
To reproduce:
- Create a new WPF .NET 7 project
- Add the Syncfusion.SfNavigationDrawer.WPF reference
- Add a NavigationItemsCollection to MainWindow.xaml.cs with two or more items
- Add a SfNavigationDrawer (DisplayMode="Compact" x:Name="NavMenu") and Button (to programmatically change SelectedItem) to MainWindow.xaml
- Set the SfNavigationDrawer.Items to the