Tile open document windows horizontally or vertically
Opened this issue · 0 comments
PhilippPaetzold commented
Hi,
I would like to programmatically arrange open document windows evenly in horizontal or vertical direction. Is this possible? Under the hood I know that AvalonDock is used, but I am not sure how to access this functionality. I also need to distribute open documents evenly in XY-direction. It would be nice if there was some kind of service lets say
IDockManager.Dock (IDocument target, IDocument source, DockPosition LEFT|RIGHT|TOP|BOTTOM) , that provided a nice abstraction of AvalonDock. But I am not sure how to implement it.
Help is greatly appreciated!
Thanks
Philipp