Is there a way with WPF to get an array of elements under the mouse on a MouseMove event?
|
feedback
|
|
From "WPF Unleashed", page 383:
The signature of such a callback is
and it has to return For further information, please consult the MSDN documentation for | ||||
|
feedback
|
|
You can also try using the Mouse.DirectlyOver property to get the top-most element that is under the mouse. | |||
|
feedback
|
|
Can you use the VisualTreeHelper.HitTest ? http://lukieb.blogspot.com/2008/07/visualtreehelperhittest.html | |||
|
feedback
|