I need to let users re arrange their panels on the homepage. Is windockmanger is the right control?
Thanks,
Vagf,
Yes, the UltraDockManager is the component you need in order to let your end-users rearrange their panels. You can find more information on the UltraDockManager in our online documentation.
Hope this helps,
~Kim~
Is it possible to stop floating after they are done resizing, docking and moving and start floating again whey they want to customize again?
The reason I am asking is when they maximize/minimize the main app, some time floating windows are coming up first. And they look like they are not part of that app (randomly...)
You can force floating panes to dock by getting a reference to the DockableControlPane in question and calling its Dock() method. In order to prevent panes from floating, you can set the DockManager's DefaultPaneSettings.AllowFloating property to False.