This question is locked. New answers and comments are not allowed.
Hi
My TileView is rendering the tiles in different orders every time I load the application.
I have tried setting the position property to no effect.
Here are the properties on my RadTileView -
Any ideas?
My TileView is rendering the tiles in different orders every time I load the application.
I have tried setting the position property to no effect.
Here are the properties on my RadTileView -
<telerik:RadTileView x:Name="xxx" MaximizeMode="ZeroOrOne" MinimizedItemsPosition="Left" SelectedIndex="{Binding SelectedIndex}" Behaviors:RadTileViewBehavior.TileManager="{Binding TileManager}" Grid.ColumnSpan="2" Grid.Column="1" MinimizedColumnWidth="0" PreservePositionWhenMaximized="True" PreviewTileStateChanged="myTile_PreviewTileStateChanged" IsAnimationOptimized="True" Background="{StaticResource HeaderFooterDark}" IsVirtualizing="True" IsItemDraggingEnabled="False" IsItemsAnimationEnabled="False">Any ideas?