I have created a DocumentWindow object in runtime. I would like to change it to a Docked type by triggered by a Context Menu item I have created. This triggers just fine, but when I use the statement below (with loDock being the reference to the RadDock control and loDockWin being the reference to the DocumentWindow object):
loDock.DockWindow(loDockWin, DockPosition.Left);
it just creates another Tab Group on the left and puts my tab in it.
Laura
loDock.DockWindow(loDockWin, DockPosition.Left);
it just creates another Tab Group on the left and puts my tab in it.
Laura