Showing related tags and posts across the entire site.
-
I am using the custom themes as per the CustomThemes sample and it seems to work pretty well. I do have one problem with it though. On a number of elements in the usercontrol I will define an additional style, e.g. : < TextBox Text ="{ Binding Name , Mode =TwoWay}" Style ="{ StaticResource...
-
I have some help files built with the then current version of doc2help 2008 in Oct 2008 I recently upgraded to 2009. I open the project and appears to converts the file. Then when I go to rebuild i get the error "Cannot find theme properties file in folder: C:\Program Files\ComponentOne\DocToHelp...
-
Hi Ben, Does it work with the standard ImplicitStyleManager? If it doesn't, then, there isn't anything we can do about it. In the particular case of the ScrollViewer, it seems that the actual content is loaded into the visual tree some time after the scroll viewer (due to ScrollContentPresenter...
-
Hi.. I have page with the MediaPlay the following code works. C1Theme theme= new C1ThemeShinyBlue() theme.apply(myMediaPlayer) BUT the following for the accordian does not C1Theme theme= new C1ThemeShinyBlue() theme.apply(myAccordian) Is this the correct 'way' to do it? Why doesn't the Accordian...