Hi guys
I've started using Xamarin forms for an app I'm working on. It's going _ok _so far, finding some stuff a bit of a struggle though.
My latest issue is trying to implement some sort of dynamic grid view where I can pass a bunch of objects to a datasource and configure stuff like items per row etc. I've attached an image of what I'm trying to achieve. Doesn't look too difficult does it? Well after a day of trying different things I'm no nearer...
Is there a control I can use to create this layout? It needs to be dynamic. The nearest thing I could find is a list view but that's just a vertical list!
Please help!
Will