-
Notifications
You must be signed in to change notification settings - Fork 21
WPF-942564: Add details about saving the layout and where to call the SaveDockState on DockingManager #1851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: hotfix/hotfix-v30.1.37
Are you sure you want to change the base?
Conversation
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
wpf/Docking/State-Persistence.md
Outdated
@@ -69,6 +69,32 @@ DockingManager1.PersistState = true; | |||
|
|||
DockingManager1.PersistState = True | |||
|
|||
{% endhighlight %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When PersistState is set to true, the save operation is handled automatically, as clearly documented. In that case, manually saving the layout becomes redundant. So, why should we explicitly save the layout when PersistState is already enabled?
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Description:
Added the content for saving autoPersist state in the DockingManager.