Mission: Add lotsa pictures to a Panel. Then be able to Scroll the Panel - up and down - to view the Images on it.
Tried a few methods, but not working.
Panel Scroll:
Dim ImageViews(300) As ImageView
For I = 1 To Main.Count
ImageViews(I).initialize("")
Panel1.AddView(ImageViews(I),19dip,30+(I-1)*330,350dip,178dip)
ImageViews(I).Bitmap = LoadBitmap(File.DirAssets, Main.Picture(I).ToLowerCase)
ImageViews(I).Gravity = Gravity.FILL
Next
This is a simple to use, cross platform library, that does many complex things under the hood. The developer calls SetMedia with a placeholder panel and a url. The panel will show an image, video or animated gif (more formats will be added). 'Show a remote image / video / animated gif in...