I'm trying to programmatically dock a stencil window on the right side of the screen. I know I can set the WindowState property of the window to visWSDockedRight but if I already have stencils docked on the right, the stencil I'm trying to dock gets its own sub window, rather than just appearing on the stack of other stencils.
While this is almost what I need to do, it's not quite there. It would be much better if there was some way to add the window into the already-docked windows.
I have a bank of docked stencils on the left side of the screen and another on the right. I can use Documents.OpenEx to open the stencil docked, but I can't specify which dock to use.