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

TileList and themeing

2 Answers 45 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Kuba
Top achievements
Rank 1
Kuba asked on 15 Mar 2013, 11:04 PM
Hello again,

currently in my application im using Windows8Theme,

but when scrollbars appear on TileList, they are not themed and looks default,

i found workaround by searching manually visualtree to find descendats of type scrollviewer, and im setting to founded scrollviewer theme manualy thanks to StyleManager class,

but this workaround is a little bit hackery and im not sure it will be working in future releases of Tileview,
so, im missing something about themeing RadTileList or themeing in RadTileList is still incomplete in beta version?

ofcourse im using StyleManager to set ApplicationTheme before i instantinate RadTileList

thanks
Kuba

2 Answers, 1 is accepted

Sort by
0
Accepted
Vanya Pavlova
Telerik team
answered on 18 Mar 2013, 08:14 AM
Hello Kuba,

 

We have spent some time to replicate the behavior you described, however with no avail. 
Will you please take a look at the attached project and let us know how it differs from yours? 
Feel free to modify it and send it back to us as an attachment in a new support thread.
Any relevant code snippet will be highly appreciated as well. 



I look forward to hearing from you! 


Greetings,
Vanya Pavlova
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Kuba
Top achievements
Rank 1
answered on 23 Mar 2013, 10:17 PM
Thank you,

your sample project explained me everything,
it was my fault i puted StyleManager.ApplicationTheme = new Windows8Theme(); line after InitializeComponents() method,

everything works fine now,

thanks
Kuba
Tags
TileList
Asked by
Kuba
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Kuba
Top achievements
Rank 1
Share this question
or