I want to dock by program a new tabbed window (LmdDockPanel) to a dock site.
I actually I use the following code :
fDockSite.DockControl(vLmdDockPanel,fDockSite.SpaceZone,alClient);
but the new window is docked "at the start" of the other tabbed Windows (on the left)
But I would like it to be docked "at the end" (right) of other tabbed Windows.
Thanks
Comments