Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Currently, DockingManager.LoadDockState(AppStateSerializer) is not fully reliable when it fails. If an error occurs, it returns false, but the dock state is partially applied, leading to an unpredictable or incorrect layout. This makes subsequent calls to LoadDockState unreliable.
The requested enhancement is to ensure that when LoadDockState fails, no changes are applied to the dock state. This will maintain consistency and prevent unexpected layout issues.