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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

3
Votes

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 

NavigationItemsCollection
added earlier
- Implement the click event of the button to change SelectedItem
- Run the application and click the button