Android Question [B4X] ZoomImageView Increment ScrollViewOffsetY

TimN

Member
Licensed User
Longtime User
I am utilizing the ZoomImageView and trying to zoom in on the image using code. I have tried the following to no avail:
B4X:
1) ZoomImageView1.mbase.ScrollViewOffsetY = ZoomImageView1.mbase.ScrollViewOffsetY + 2dip

2) ZoomImageView1.pnlBackground.ScrollViewOffsety = ZoomImageView1.pnlBackground.ScrollViewOffsety + 2dip

3) ZoomImageView1.imageview.ScrollViewOffsety = ZoomImageView1.imageview.ScrollViewOffsety + 2dip


Any help is always appreciated.
 
Top