Click here to Skip to main content
15,886,258 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF perfomance Pin
Simon_Whale28-Oct-10 5:15
Simon_Whale28-Oct-10 5:15 
GeneralRe: WPF perfomance Pin
RugbyLeague28-Oct-10 5:23
RugbyLeague28-Oct-10 5:23 
GeneralRe: WPF perfomance Pin
afsal qureshi28-Oct-10 5:44
afsal qureshi28-Oct-10 5:44 
GeneralRe: WPF perfomance Pin
AspDotNetDev3-Nov-10 7:03
protectorAspDotNetDev3-Nov-10 7:03 
AnswerRe: WPF perfomance Pin
Pete O'Hanlon28-Oct-10 7:13
mvePete O'Hanlon28-Oct-10 7:13 
AnswerRe: WPF perfomance Pin
venugopalm1-Nov-10 18:46
venugopalm1-Nov-10 18:46 
AnswerRe: WPF perfomance Pin
Nish Nishant3-Nov-10 9:38
sitebuilderNish Nishant3-Nov-10 9:38 
QuestionAccordion won't access theme Pin
tronix0126-Oct-10 22:08
tronix0126-Oct-10 22:08 
hello,

i have trouble with the wpf toolkit accordion control.


i have a UserControl which creates a dynamic nested accordion control (3 levels).

when the 3rd level accordionItem is clicked a new usercontrol, also a accordion but in XAML, will be added to the content of the 3rd level accordionItem.

both usercontrols have a link to a ResourceDictionray (Theme) like this:

xmlns:toolkit="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Layout.Toolkit">
  <Grid Name="MainGrid">
  <Grid.Resources>
   <ResourceDictionary Source="../View/Themes/CustomAccordion.xaml"></ResourceDictionary>
  </Grid.Resources>
 </Grid>


the problem is, that the XAML accordion display my theme configuration but the dynamic created accordion won't display the same theme.

does anybody know why?

thanks for any help
AnswerRe: Accordion won't access theme Pin
tronix0128-Oct-10 5:08
tronix0128-Oct-10 5:08 
QuestionIValueConverter, xaml problem Pin
marca29226-Oct-10 22:06
marca29226-Oct-10 22:06 
AnswerRe: IValueConverter, xaml problem Pin
Pete O'Hanlon26-Oct-10 22:14
mvePete O'Hanlon26-Oct-10 22:14 
GeneralRe: IValueConverter, xaml problem Pin
Abhinav S27-Oct-10 0:06
Abhinav S27-Oct-10 0:06 
GeneralRe: IValueConverter, xaml problem Pin
Pete O'Hanlon27-Oct-10 0:32
mvePete O'Hanlon27-Oct-10 0:32 
GeneralRe: IValueConverter, xaml problem Pin
Abhinav S27-Oct-10 0:39
Abhinav S27-Oct-10 0:39 
AnswerRe: IValueConverter, xaml problem Pin
venugopalm1-Nov-10 18:51
venugopalm1-Nov-10 18:51 
AnswerRe: IValueConverter, xaml problem Pin
AspDotNetDev3-Nov-10 7:05
protectorAspDotNetDev3-Nov-10 7:05 
QuestionItems in listbox Pin
CrafterIt26-Oct-10 3:16
CrafterIt26-Oct-10 3:16 
AnswerRe: Items in listbox Pin
Amar Chaudhary26-Oct-10 3:55
Amar Chaudhary26-Oct-10 3:55 
AnswerRe: Items in listbox Pin
Abhinav S26-Oct-10 5:50
Abhinav S26-Oct-10 5:50 
GeneralRe: Items in listbox Pin
Amar Chaudhary26-Oct-10 6:25
Amar Chaudhary26-Oct-10 6:25 
AnswerRe: Items in listbox Pin
venugopalm1-Nov-10 18:55
venugopalm1-Nov-10 18:55 
GeneralRe: Items in listbox Pin
CrafterIt9-Nov-10 22:57
CrafterIt9-Nov-10 22:57 
GeneralRe: Items in listbox Pin
venugopalm10-Nov-10 1:33
venugopalm10-Nov-10 1:33 
GeneralRe: Items in listbox Pin
CrafterIt10-Nov-10 2:20
CrafterIt10-Nov-10 2:20 
GeneralRe: Items in listbox Pin
venugopalm10-Nov-10 3:58
venugopalm10-Nov-10 3:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.