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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -