Posted 13 years ago
by keshav bansal
Hi,
In my previous question (Serialization in Docking Application) its working well but that is working for the simple docking application not for the application with built in functionality of prism.
How to do serialization in docking application with funcationality of prism .
For Example: I have four user controls and these are registered with corresponding four regions and As i run the application these usercontrols are loaded as the tool window.
If i change the position of these registerd toolwindows(UserControls) and close the application and again run that application, the position of the tool windows(UserControls) should changed .
Can i get the Positions of the docking windows in the main application using the xml saved after closing the docking application ?
In my previous question (Serialization in Docking Application) its working well but that is working for the simple docking application not for the application with built in functionality of prism.
How to do serialization in docking application with funcationality of prism .
For Example: I have four user controls and these are registered with corresponding four regions and As i run the application these usercontrols are loaded as the tool window.
If i change the position of these registerd toolwindows(UserControls) and close the application and again run that application, the position of the tool windows(UserControls) should changed .
Can i get the Positions of the docking windows in the main application using the xml saved after closing the docking application ?