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!

0
Votes

Requirements:


How to reproduce (on sample project):
  • Drag a tab to the right side of the window, so that you create a new vertical Tab Group.
  • Close the tab on the right Tab Group.
  • _dockingManager.Children.Remove(sender) will raise an NullReferenceException.


Notes:
  • Bug only occurs when using native float window.
  • Seems to only occur when using dragging to create the Tab Group. Even if you first create a float window by right-clicking, then the Tab Group by right-clicking, it will not occur.