Hello,
The following code always puts the new tabbed document at the beginning of the other tabbed documents in a TabStrip on my RadDock control:
radDock1.DockWindow(documentWindowMultiTabTest, DockPosition.Fill);
I need the document to open a new tab at the end of all the other tabs, not the beginning.
How can this be achieved?
By the way, when I try to accomplish this with the following code...
documentTabStrip1.Controls.Add(documentWindowMultiTabTest);
the tab does go to the end of the tabs, BUT if the user removes all tabs then adds 1 tab again to a blank RadDoc canvas, the following exception is thrown: "Changing Children collection of an already disposed element".
Thank you very much in advance,
Brook
The following code always puts the new tabbed document at the beginning of the other tabbed documents in a TabStrip on my RadDock control:
radDock1.DockWindow(documentWindowMultiTabTest, DockPosition.Fill);
I need the document to open a new tab at the end of all the other tabs, not the beginning.
How can this be achieved?
By the way, when I try to accomplish this with the following code...
documentTabStrip1.Controls.Add(documentWindowMultiTabTest);
the tab does go to the end of the tabs, BUT if the user removes all tabs then adds 1 tab again to a blank RadDoc canvas, the following exception is thrown: "Changing Children collection of an already disposed element".
Thank you very much in advance,
Brook