Good morning,
There seems to be an issue where the content of a RadTileViewItem is not visible when using the MetroTheme.
If I remove the metro theme or use a different theme then the content is visible again.
Application wide theme:
TileView control:
There seems to be an issue where the content of a RadTileViewItem is not visible when using the MetroTheme.
If I remove the metro theme or use a different theme then the content is visible again.
Application wide theme:
StyleManager.ApplicationTheme = new MetroTheme();TileView control:
<telerik:RadTileView MaximizeMode="ZeroOrOne" RowHeight="200" ColumnWidth="250"> <telerik:RadTileViewItem Header="Berkeley Park"> <TextBlock>Test</TextBlock> </telerik:RadTileViewItem> <telerik:RadTileViewItem Header="Posh Park Developments"> <TextBlock Margin="10">Test</TextBlock> </telerik:RadTileViewItem> <telerik:RadTileViewItem Header="King Park"> <TextBlock Margin="10">Test</TextBlock> </telerik:RadTileViewItem> <telerik:RadTileViewItem Header="King Park"> <TextBlock Margin="10">Test</TextBlock> </telerik:RadTileViewItem> <telerik:RadTileViewItem Header="King Park"> <TextBlock Margin="10">Test</TextBlock> </telerik:RadTileViewItem> </telerik:RadTileView>