Xamarin.Forms ImageGallery Displaying Images rows in two columns

2.5k Views Asked by At

I need to display 10 images in 2 columns. I saw an ImageGallery.cs in XLabs but its incomplete, the renderers are 404.

The Images are in a List<Image> which contains string imageURL and other few properties. I thought about putting two ListView side by side, but that just seems stupid.

I'm using ViewModel, hence I want to bind the list and not add them one by one

1

There are 1 best solutions below

2
On