Hello,
I've tried to save the layout of my panes with the Docking SaveLayout / LoadLayout Method.
It works as long as my panes are docking in the main container.
But if one pane is floating, i can successfully save information about it (only if i move another pane meanwhile) but when loading the layout after restarting the application, only the docking windows appear even if it seems that correct information are saved in the xml file.
I can see the RadSplitContainer with FloatingDockable position but the pane is not visible...
Any Help ? Or is it not possible to save layout with floating panes ?
Many thanks !
I've tried to save the layout of my panes with the Docking SaveLayout / LoadLayout Method.
It works as long as my panes are docking in the main container.
But if one pane is floating, i can successfully save information about it (only if i move another pane meanwhile) but when loading the layout after restarting the application, only the docking windows appear even if it seems that correct information are saved in the xml file.
<?xml version="1.0" encoding="utf-8" ?> - <RadDocking> - <DocumentHost> - <RadSplitContainer> - <Items> - <RadPaneGroup SerializationTag="AccueilPaneGroup" SplitterChange="781" SelectedIndex="0"> - <Items> <RadPane SerializationTag="ActionsFrequentesPane" IsDockable="True" Title="Actions fréquentes" Header="Actions fréquentes" CanUserClose="False" CanUserPin="False" CanFloat="True" /> </Items> </RadPaneGroup> </Items> </RadSplitContainer> </DocumentHost> - <SplitContainers> - <RadSplitContainer Dock="DockedLeft" Width="240" RelativeWidth="100" RelativeHeight="100" IsAutoGenerated="True"> - <Items> - <RadPaneGroup RelativeWidth="100" RelativeHeight="100" IsAutoGenerated="True" SelectedIndex="0"> - <Items> <RadPane SerializationTag="ListeSimpleParametrablePane" IsDockable="True" Title="Liste paramétrable" Header="Liste paramétrable" CanUserClose="False" CanUserPin="False" CanFloat="True" /> </Items> </RadPaneGroup> </Items> </RadSplitContainer> - <RadSplitContainer InitialPosition="FloatingDockable" FloatingWidth="220" FloatingHeight="300" FloatingX="1645" FloatingY="285.04" IsInOpenWindow="True" RelativeWidth="100" RelativeHeight="100" IsAutoGenerated="True"> - <Items> - <RadPaneGroup RelativeWidth="100" RelativeHeight="100" IsAutoGenerated="True" SelectedIndex="0"> - <Items> <RadPane SerializationTag="GrapheParametrablePane" IsDockable="True" Title="Graphe paramétrable" Header="Graphe paramétrable" CanUserClose="False" CanUserPin="False" CanFloat="True" /> </Items> </RadPaneGroup> </Items> </RadSplitContainer> </SplitContainers> </RadDocking>I can see the RadSplitContainer with FloatingDockable position but the pane is not visible...
Any Help ? Or is it not possible to save layout with floating panes ?
Many thanks !
