Is it possible to bind to a collection within a custom ViewCell so I can add a dynamic amount of views within the ListView.ItemTemplate
For example I have a Grid within my custom ViewCell template and would like to add a dynamic amount of Rows, Columns and Labels for each cell depending on the number of items in a List of Strings