I have multiple ToolWindowContainer instances in DockSite.AutoHideRightContainers.
I would like to align one container at the top of the right auto-hide tab strip and another at the bottom, leaving flexible space between them.
For example:
- Charts container aligned at the top
- Workspace and Theme container aligned at the bottom
Would you consider adding supported alignment for ToolWindowContainer instances within the auto-hide container collections?
Ideally, this would:
- Support near and far alignment.
- Work on all four auto-hide sides.
- Allow differently aligned containers to coexist on the same side.
- Preserve normal popup, layout serialization, and theme behavior.
For your consideration.
Thanks