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

When restoring DockingManager states using LoadDockState() method in a MaterialLight themed application, the DocumentContainer state doesn't restore properly. It was working in version 18.4.0.39 but it is not working in version 19.x.

Initial states and correctly restored states in version 18.4:

Empty


Improper restored states in version 19.x:

Empty


Steps to reproduce:

  1. Compile and run project TestDocking19.2.
  2. Note the DocumentContainer state.
  3. Close the window to save the docking states.
  4. Run the project again so that the docking state is restored. Note the DocumentContainer states.
I have attached TestDocking18.4 project to demonstrate the correct behaviours.