Hi,
I have a problem when loading a layout configuration file im my application at startup and when I choose to change layout:
My layout configuration is a XML file and i use a RadDock and the method LoadFromXml(path), where path is where the complete path where the layout configuration file is present (*.xml).
The file is present and the layout is correctly loaded, but the application performs a bad animation during the layout update.
My Goal is to hide the layout changing animations and to show only the final result with the windows correctly positioned on the RadDock control.
Is there a way to build the layout without showing the intermediate state of the creation process of the layout, but only the final result?
I have a problem when loading a layout configuration file im my application at startup and when I choose to change layout:
My layout configuration is a XML file and i use a RadDock and the method LoadFromXml(path), where path is where the complete path where the layout configuration file is present (*.xml).
The file is present and the layout is correctly loaded, but the application performs a bad animation during the layout update.
My Goal is to hide the layout changing animations and to show only the final result with the windows correctly positioned on the RadDock control.
Is there a way to build the layout without showing the intermediate state of the creation process of the layout, but only the final result?