I'm building a project with a number of widgets that we expect the user to tear off and redock close and hide. We're using an UltraDockManager to handle them, and each of the widgets is a separate user control. One control, for instance, consists of an UltraGrid and a few comboboxes that filter the data inside it.
So far I have two "subcontrols" in the UltraDockManager, both are grids-with-combos. They appear one over the other on the screen, and everything seems to be working OK. Now I'm trying to add a third. It should normally appear to the right of the lower grid. This one is causing problems.
When I drag the object into the display it appears on top of everything - as you'd expect. I then select Dock Controls -> DockedRight and VerticalSplit. The form then appears as an entire "row" on the page - the other control is pushed down below it and I can't move it so they lie side-by-side.
Am I doing something obviously wrong here?
Hello Maury,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.