Hi,
I have a ToolWindowContainer and I want to add a new button next to the close button. Therefore I changed the default style of the ToolWindowContainer. This works fine.
The complete layout of my docksite is stored using the DockSiteLayoutSerializer.
If I reference my custom ToolWindowContainer style per key
( <docking:ToolWindowContainer Style="{StaticResource MyToolWindowContainerStyle}"> ) this style information is not serialized. So when I serialize and deserialize the layout, the ToolWindowContainer has the default style.
How can I achieve to serialize / deserialize my layout using my custom style?
Thanks Jaspis
[Modified at 03/30/2010 08:40 AM]
I have a ToolWindowContainer and I want to add a new button next to the close button. Therefore I changed the default style of the ToolWindowContainer. This works fine.
The complete layout of my docksite is stored using the DockSiteLayoutSerializer.
If I reference my custom ToolWindowContainer style per key
( <docking:ToolWindowContainer Style="{StaticResource MyToolWindowContainerStyle}"> ) this style information is not serialized. So when I serialize and deserialize the layout, the ToolWindowContainer has the default style.
How can I achieve to serialize / deserialize my layout using my custom style?
Thanks Jaspis
[Modified at 03/30/2010 08:40 AM]