Hello,
I am evaluating Docking/MDI for WPF, and I'm a little confused about the serialization functionality with regards to MDI document size, position, and minimized / maximized state. In both my test app and the Quickstart samples for layout serialization, it does not seem to save the MDI layout information, for example, if I select "Tile horizontally" and then close the sample, when I reopen the MDI windows are cascaded. Looking at the XML data for my test app, there doesn't seem to be any document position information saved, and all of the document size fields are "200, 200" regardless of how I resize and reposition the windows (although if I float an MDI document outside of the workspace area, it does seem to persist the size and position). Is this the expected behavior?
Cheers,
Todd Heckel