Hi there,
I have perhaps a dumb question. Can someone tell me how to add an imageview to a scrollview?
I looked at the tutorial, but this isn't general enough.
I put a scrollview on the activity in the designer. I added a lot of images in the designer.
I started:
So, how to easily add manually without the designer imageviews to a scrollview? Just basic things. I need an click-event on each imageview.
Please help. Thanks to all....
Markus
I have perhaps a dumb question. Can someone tell me how to add an imageview to a scrollview?
I looked at the tutorial, but this isn't general enough.
I put a scrollview on the activity in the designer. I added a lot of images in the designer.
I started:
B4X:
Dim flscroll1 As ScrollView
Dim aa As ImageView
flscroll1.Panel.AddView(aa,20,20,70,50)
aa.Bitmap(????????????(Do not know, added with designer),"a.png")
aa.Gravity = Gravity.CENTER
So, how to easily add manually without the designer imageviews to a scrollview? Just basic things. I need an click-event on each imageview.
Please help. Thanks to all....
Markus