Hi,
I want to set the size of my docable window the moment it is undocked.
I tried setting the size using UltraDockManager1.ControlPanes(1).Size = ... and e.Pane.Size =... but neither of them worked.
Does anyone have a suggestion?
Kind Regards Ibbe.
Get the control pane after the dock state has been changed. Then get its DockAreaPane property and set the size on that. For panes other than the dock area pane, the Size indicates a relative size to other panes in the same group.