Hello,
I am trying to simulate a grid by creating a ListView where each ViewCell is a 3 column grid of containing my views.
My ListView ItemsSource is a list of container objects, each containing an array of objects that need to be displayed inside the grid. I have tried setting the BindingContext of the views to the objects inside the holder but the properties are never found.
How do I set the binding context of the Views to the objects inside my container?