Hello,
my problem is, that I want to have a specific alignment when I have for example four windows inside the docking manager. I want to have one on top left, the other one on top right and the bottom ones on bottom left and bottom right. But with SetSideInDockedMode() I can only choose Bottom,Top,Left and Right and combining bitwise (DockSide.Bottom | DockSide.Left) does not work. So is there a way to choose the Window inside the docking manager on which I want to dock or is there any other way to do this?
Maybe there is someone who can help me?
Thanks a lot!