I would like to display images from a folder.
I can load the images into a ScrollView vertically (in a single column) no problem.
However, what I would like to achieve, is a ScrollView that will display 3 x images across (3 columns).
For instance, if the folder contains 9 images, the images would be displayed 3 across x 3 down (3 columns X 3 rows) etc.
Almost as if displaying images in a grid.
Do you really find it that difficult to positon the images onto the internal panel?
Look at the example with three mages and think of how you could do something similar in two dimensions.
Thanks, but I cannot work out how to have additional "columns"
I need to have 3 images on a row with a vertical gap (vertical divider) between them.
Similarly, the rows must have a gap (horizontal divider) between them.
Thanks, but I cannot work out how to have additional "columns"
I need to have 3 images on a row with a vertical gap (vertical divider) between them.
Similarly, the rows must have a gap (horizontal divider) between them.
@Mahares, @ilan,
Thanks guys, I will go with the recommendation of @Mahares.
Works well......just a problem with setting ItemHeight / Itemwidth - images are always square.
Also not getting correct filename with GridView_ItemClick(Position As Int, Value As Object)