l have a row of images created using collectionview as per the code below.
<CollectionView.ItemsLayout>
Horizontal
</CollectionView.ItemsLayout>
<CollectionView.ItemTemplate>
<Grid.RowDefinitions >
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
</Grid.ColumnDefinitions>
How can l add another row of images and label to the row.the images has to be different.Kindly view the attached image to get a picture of what l want to achieve.Please help