Hi,
Can someone tell me how to use HorizontalScrollView?
I read a lot of posts, but I cann't get it work.
I want to scroll through 3 panels and start on the first.
How to add more panels? I am getting all panells on one screen.
Part of the source:
==
ImageFront.Bitmap = LoadBitmap(ImageBigPath, sel.Four & "f.jpg")
HorizontalScrollView1.Panel.AddView(ImageFront,0,0,100%x,100%y)
ImageFront.RemoveView
ImageFront.Bitmap = LoadBitmap(ImageBigPath, sel.Four & "b.jpg")
HorizontalScrollView1.Panel.AddView(ImageFront,0,0,100%x,100%y)
Beschrijving1.Text = sel.Seven
Beschrijving1.Enabled = False
HorizontalScrollView1.Panel.AddView(Beschrijving1,0,0,100%x,100%y)
HorizontalScrollView1.Visible = True
==
I think it would be something basicly, but I am a Newbie, sorry.
Thanks,
André
Can someone tell me how to use HorizontalScrollView?
I read a lot of posts, but I cann't get it work.
I want to scroll through 3 panels and start on the first.
How to add more panels? I am getting all panells on one screen.
Part of the source:
==
ImageFront.Bitmap = LoadBitmap(ImageBigPath, sel.Four & "f.jpg")
HorizontalScrollView1.Panel.AddView(ImageFront,0,0,100%x,100%y)
ImageFront.RemoveView
ImageFront.Bitmap = LoadBitmap(ImageBigPath, sel.Four & "b.jpg")
HorizontalScrollView1.Panel.AddView(ImageFront,0,0,100%x,100%y)
Beschrijving1.Text = sel.Seven
Beschrijving1.Enabled = False
HorizontalScrollView1.Panel.AddView(Beschrijving1,0,0,100%x,100%y)
HorizontalScrollView1.Visible = True
==
I think it would be something basicly, but I am a Newbie, sorry.
Thanks,
André