<CollectionView>
<-- this should be for android-->
<CollectionView.ItemsLayout>
<GridItemsLayout/>
</CollectionView.ItemsLayout>
<-- this should be for ios-->
<CollectionView.ItemsLayout>
<LinearItemsLayout/>
</CollectionView.ItemsLayout>
<CollectionView.ItemTemplate>
<DataTemplate>
<Label/>
</DataTemplate>
</CollectionView.ItemTemplate>
</CollectionView>
I want to have that layout without using the “#” to separate the android or ios is there something like OnPlatform.