Posted 16 years ago
by Willie
Version: 4.5.0486
Platform: .NET 3.5
Environment: Windows Vista (32-bit)
When i want to restore layout by using the docksitelayoutserializer i have two problem:
1) when the function is called, my docksite is closed (the windowclosing event is fired)
I do not want that to happen. Why?
2) when loaded and I enlarge (splitcontainer) the toolbox area at the right the content remains at the same initial width and only the container is enlarged.
When I make the toolbox smaller, a part of the content is invisible.
When I start my application without this load of layout all works fine, the content is adjusted to the width of the toolbox when resized.
Looks like a bug to me.
1) when the function is called, my docksite is closed (the windowclosing event is fired)
I do not want that to happen. Why?
2) when loaded and I enlarge (splitcontainer) the toolbox area at the right the content remains at the same initial width and only the container is enlarged.
When I make the toolbox smaller, a part of the content is invisible.
When I start my application without this load of layout all works fine, the content is adjusted to the width of the toolbox when resized.
Looks like a bug to me.
Dim v As New actiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer
v.LoadFromString(SavedLayout, MainDockSite)