Wish: Touch Event for ImageView

Widget

Well-Known Member
Licensed User
Longtime User
Why is the Panel the only view with a touch event?

It would be nice if ImageView also had this event so I can move or expand images with gestures. As it stands, I will have to switch to using Panels and draw the images on the panel's canvas.

I suppose could use the Gestures library on an ImageView but users have reported problems with this library on some Android devices.

Widget
 

droman

Member
Licensed User
Longtime User
You can also put a transparent panel over the ImageView and handle its events (don't tell anyone but this is how the designer works...).

How i can make this from code?

thanks
 
Top