When a child is added to a DockingManager instance, it appears as the leftmost tab. I want to pin one particular tab to the left and not have it pushed to the right with each new addition. Is there any way to achieve this?
The SetDocumentTabOrderIndex method looked promising, but there's no description of what it's intended to do - and when I tried it, it didn't seem to have any effect.
Any help would be appreciated