I am have MouseMove on multiple ListBoxes to check if user starts dragging between them and initiate it only if distance is greater than certain number.
Will it impact the performance as I add more features and animations? Is it possible to have it send messages less frequently (without timer improvisations) or maybe bind event on MouseDown (but how to make sure I remove the event since MouseLeave is not reliable, MouseUp can be somewhere else, and also don't create multiple events)?