0

I have an application which uses Expression Blend's TranslateZoomRotateBehavior which allows me to zoom or rotate my rectangle element.

After applying the said element, the existing MouseLeftButtonUp event won't trigger anymore when I am pinching the screen.

When I tried removing the element, MouseLeftButtonUp is working.

Is there a way that TranslateZoomRotateBehavior can coexist with MouseLeftButtonUp?

Please advise. Thank you.

abramlimpin
  • 5,027
  • 11
  • 58
  • 97
  • You could try to handle the PreviewMouseLeftButtonUp event. But please post some code that can be used to reproduce your issue when asking a question: https://stackoverflow.com/help/mcve – mm8 Sep 28 '17 at 09:58
  • Is by any chance the control hosting your rectangle with unset or transparent background? – shadow32 Sep 28 '17 at 19:02

0 Answers0