Silverlight 4: change themes/styles for whole app without using Toolkit -
we embarking on our first silverlight project, coming wpf. it's relatively simple web portal , avoid references silverlight toolkit, given our experience wpf toolkit.
i'm not of coder , have couple questions related themes:
implicit styles make easier. seems clear switch out resource dictionaries change theme. how do without relying on toolkit?
how apply styles entire application, in wpf, instead of wrapping things in theme containers? see there applicationthemeuri can use, requires toolkit.
thanks.
just note on siverlight toolkit. last time used wpf toolkit (which while ago), got impression more-or-less optional. wouldn't same true of silverlight toolkit. adds great deal of important functionality difficult implement on own, , while it's not bug-free, it's pretty reliable. can't vouch every aspect of it, we're using extensively in large silverlight project (~30k lines of code), , find indispensable. unless you're aware of specific issues project encounter, recommend rethink decision not use it.
Comments
Post a Comment