WPF Application - add dock behavior when drag to end of screen -


i'm working on wpf application, able have user drag main window, , dock when approaches end of screen.

is there way this?

here's similar thing implemented attachedbehaviors:

http://codeblitz.wordpress.com/2009/07/07/wpf-window-dock-behavior/

i'm not sure how production-ready though.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -