Hello everyone,
I am trying to dynamically populate the Grid in Xamarin.Forms, but since there is no GridView, like in Android, I'm not sure what the best way to do this is.
I need to have a ContentView with an Image and a Text as a cell in a Grid, and each cell would have different data in it.
So, I basically need to solve 2 problems:
1) Populate several ContentViews with some data
2) Use these ContentViews as cells in a Grid
Is this possible at all? If not, please advise me what to do. I would really appreciate it.
Thanks in advance!