blah blah blah is here! blah blah » Close

0
votes
2 answers

Arrays Of Controls

eeboy
499

I have a WPF form that has a tab control on it. There are 5 tabs. The 'control content' of the tabs is to be identical... same buttons, lists, textboxes, etc. The content within those controls is to be different for each of the five tabs. I ...

1
votes
0 answers

Themes in WPF

While applying a theme by writing the resource dictionary in App.xaml in my WPF application I got it working right except at those elements that were generated at run time,viz., gridview colummns inside a listview. If anyone have faced the ...

Feedback