1
I own a xaml
that I apply a rectangle over several images, in order to be able to manipulate them after a holding on them. The problem is that if I put the IsHitTestVisible
in a state false
in the rectangle and, when one of the images Holding
, i update the state of IsHitTestVisible
for true
, the rectangle in triggers events such as ManipulationDelta
, the finger of the touchscreen and put it back to trigger the events in my rectangle.
What I have of problem is similar to that question from Soen, despite having no answer, they cite techniques of reflection and the use of routed events
, however it did not solve my problem because I do not know how to use properly or because it is not really the appropriate solution. Could you give me an example of how to solve this problem?
Pole the
XAML
to facilitate understanding. @Felipe-Velar– rubStackOverflow