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!

1
Vote

1-When the drawer is clicked to open, the events Opening/Open are invoked. When closing the drawer, the events Opening (BAD)/Closed are invoked. In the end, Closing event is never called.

2-When switching the current thread culture, i.e. from "en-US" to "es-ES", the drawer does not behave correctly. Clicking on a NavigationItem will show the subitems. Clicking on it again, will apparently close it but subitems remain shown although the arrow is facing up (^).

3-Attached example does contain 4 main items with 2 subitems each. On the last main item, subitems are not shown indented, they're aligned to the left

I've attached a simple example of those issues.