The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Applying Themes From Silverlight 3 Toolkit in Silverlight 3 Application
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Parth GandhiPosted Apr 23, 2010, 2:28 AM
Hello I used the silverlight 4 toolkit April 2010 release for my project. however i am using SL3 and VS 2008. while i tried to apply theme using the dlls from April 2010 toolkit the theme is not geting implemented. then i downloaded your project and used the dll reference from your project. and luckily the theme got applied but unluckily it appears only during design time. at Run time only the Effect appears is in GRID other control doesnt show the theme effect. can u pls help. and one more thing i am not creating the navigation application. i have created the silverlight web application. i would bt thankful if u cn pls mail me on [email protected].
Robert LewisPosted Jan 25, 2010, 12:18 PM
With the above example the scrollviewer is not applied to the grid and will not work as desired. If you move the scrollviewer inside of the theme to wrap the grid it will break the theme. Is there any way to have the scrollviewer wrap the grid and have it themed?
Navin KumarPosted Oct 5, 2009, 3:15 AM
Friend for the Theme works well but in DataGrid it Doesn't works properly what will be the problem when i apply theme and suppose to scroll the DataGrid Scroll Bar it shows error what will be the problem Note: dont forgot to send me the .Xaml theme links
Arun MenonPosted Aug 11, 2009, 6:22 AM
Hi Patra, There is some bugs in themes (still in SL 3). Themes have no effect to the nested grids or a template column in the data grid . if we need theme style ,we should seperately apply to this. And some times datagird and listboxes shows no data if we did'nt apply themes seperately to that control . Am i correct??