I have document panes (only in document host area), dockable contentpanes (can docking in document host), floating contentpanes.
In my issue, I want to only save and load only a part of layout that is: dockable contentpanes (can docking in document host), floating contentpanes. This issue same as function Save Window Layout and Apply Window Layout in Visual Studio applications.
I referenced to previous post (+) Load only a part of the layout? | Infragistics Forums but I do not understand how to do that.
Could you show me some suggesttions, advice or sample ?
Hello Cao,
Thank you for contacting Infragistics. You may use the pane's SaveInLayout bool set to False to exclude any panes when saving the layout. For more details about this and settings are included while saving panes can be found in our documentation here:https://es.infragistics.com/help/wpf/xamdockmanager-about-saving-and-loading-layouts
Let me know if you have any questions.
Hi Michael,
Thank you for your answer and comment.
I will check the SaveInLayout property and the specfication about Save and Load Layout.