You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: