Hi ,
I am saving th elayout of all the windows (DockAreaPanes) existing in the DockWorkSpace.
If I check the status of floating views when the app is on , I can see the details and I am able to store the info , but when i check the status while closing the application , DockArea dowsnt consist of these floating panes.
i am checking the floating Panes with the help of following Code ;
dockworkspace.DockWorkspace.DockAreas.All
where (DockingWorkspace dockworkspace)
Am i missing something here or do i need to check the floating wintdows smewhere else?
Thanks,Ashish.