Hi
I am using ItemTemplateSelector to dynamically change the item content, items are added on a button click in UI.
<syncfusion:TileViewControl x:Name="tvControl" ItemsSource="{Binding Tiles}" SelectedItem="{Binding SelectedTile, Mode=TwoWay}"
ItemTemplateSelector="{StaticResource myTileSelector}"/>
The first tile added is fine, but subsequent tiles added are shown as empty, unless you click the re-size button on first tile to change to unified layout (all tiles are same size), then all tiles look fine, and if you maximize one of the tiles, it also works fine.
Please see attached images. I assume this is a simple issue that people may already experienced, if not I will attach code, thanks.
Attachment:
images_ee609fa8.zip