gemini icon indicating copy to clipboard operation
gemini copied to clipboard

Tile open document windows horizontally or vertically

Open PhilippPaetzold opened this issue 6 years ago • 0 comments

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

PhilippPaetzold avatar May 15 '18 20:05 PhilippPaetzold