How to catch the movement of one window over another?
Hello. Tell me how to catch the movement of one window over another, similar to how it is done in Google Chrome (when dragging a tab into a window) and some other programs?
Thank you.
You can implement a similar effect in your program using the TabControl.
Look at the implementation on the animation at the top of the page: dragablz.net
Generally googling for "wpf chrome like tabs".