This is a migrated thread and some comments may be shown as answers.

Content not visible with MetroTheme

2 Answers 92 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 12 Mar 2012, 11:42 AM
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:
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>

2 Answers, 1 is accepted

Sort by
0
Accepted
Miro Miroslavov
Telerik team
answered on 14 Mar 2012, 08:59 AM
Hi Robert,

 The problem is the default foreground for the Metro theme is White and the tile view item background is white also. We've address the issue and will fix it for the upcoming SP1 release. 
In the meanwhile, you can set explicitly the Foreground to the TextBlocks to Black or the color you want.

Kind regards,
Miro Miroslavov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Robert
Top achievements
Rank 1
answered on 16 Mar 2012, 12:13 PM
ah yes you're right! I didn't notice that the font colour was changing!

Thanks for your help.
Tags
TileView
Asked by
Robert
Top achievements
Rank 1
Answers by
Miro Miroslavov
Telerik team
Robert
Top achievements
Rank 1
Share this question
or