T TimN Member Licensed User Longtime User Oct 11, 2023 #1 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.
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.
Alexander Stolte Expert Licensed User Longtime User Oct 11, 2023 #2 TimN said: ScrollViewOffsety Click to expand... is just for the xCustomListView Upvote 0
Alexander Stolte Expert Licensed User Longtime User Oct 11, 2023 #3 The view itself does not offer the possibility to zoom in with code. This would have to be extended by the author of this lib. Upvote 0
The view itself does not offer the possibility to zoom in with code. This would have to be extended by the author of this lib.
T TimN Member Licensed User Longtime User Oct 11, 2023 #4 Alexander Stolte said: is just for the xCustomListView Click to expand... no Upvote 0
T TimN Member Licensed User Longtime User Oct 11, 2023 #5 Alexander Stolte said: The view itself does not offer the possibility to zoom in with code. This would have to be extended by the author of this lib. Click to expand... Bummer. Thanks! Upvote 0
Alexander Stolte said: The view itself does not offer the possibility to zoom in with code. This would have to be extended by the author of this lib. Click to expand... Bummer. Thanks!