Loading persisted settings

Docking/MDI for WPF Forum

Posted 13 years ago by FinallyInSeattle
Version: 10.1.0523
Avatar
We've noticed that, in our application, loading the persisted settings for the docking layout now takes between 500 - 700 ms (LoadFromString call). We currently make this call in the Loaded event of the docksite. Is it possible to do this sooner (in a different event) and potentially incur less rendering overhead?

Thanks very much!

Comments (1)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hello,

You should be able to load the settings after the InitializeComponent call. We previously had some issues relating to that, but those issues should have been resolved by now. You could also choose to use the new lazy-loading feature, if all your ToolWindows are not defined at the time you are loading the layout.

If run into any specific issues please let us know.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.