Hello,
I am attempting to displace an ImageView via the Left property but this has no effect. If I use SetlayoutAnimation it works. But I only need to work on the x axis. Can anyone tell me why .left doesn't work?
I am attempting to displace an ImageView via the Left property but this has no effect. If I use SetlayoutAnimation it works. But I only need to work on the x axis. Can anyone tell me why .left doesn't work?
B4X:
Private ImageView1 As ImageView
ImageView1.left=500dip 'Not work '