Click here to Skip to main content
15,879,326 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: How to implement a gallery like the built-in gallery in Windows Phone Pin
small29-Sep-12 15:19
small29-Sep-12 15:19 
QuestionSet background of TreeViewItem within HierarchicalDataTemplate with converter Pin
toengi19824-Sep-12 20:19
toengi19824-Sep-12 20:19 
AnswerRe: Set background of TreeViewItem within HierarchicalDataTemplate with converter Pin
Wayne Gaylard4-Sep-12 21:57
professionalWayne Gaylard4-Sep-12 21:57 
SuggestionRe: Set background of TreeViewItem within HierarchicalDataTemplate with converter Pin
toengi19824-Sep-12 22:03
toengi19824-Sep-12 22:03 
GeneralRe: Set background of TreeViewItem within HierarchicalDataTemplate with converter Pin
Wayne Gaylard4-Sep-12 22:11
professionalWayne Gaylard4-Sep-12 22:11 
SuggestionRe: Set background of TreeViewItem within HierarchicalDataTemplate with converter Pin
Mycroft Holmes5-Sep-12 12:52
professionalMycroft Holmes5-Sep-12 12:52 
QuestionCommandParameter is null when opening a ContextMenu Pin
AlexZieg713-Sep-12 22:57
AlexZieg713-Sep-12 22:57 
QuestionReuse template for different listbox items Pin
LionAM3-Sep-12 5:09
LionAM3-Sep-12 5:09 
Hello,
I have a ListBox which is bound to an ObservableCollection, using some (complex) ItemTemplate to display the data. It is guaranteed that there is a fixed number of items within the ItemsSource.

Every time, the ObservableCollection changes (e.g., an item is replaced), a new ItemTemplate is generated. Can I somehow avoid this and instead reuse the existing template object and simply bind this to the new data?

My idea was to use a dynamic resource:
XML
<Page.Resources>
  <my:Chart x:Key="chart"/>
</Page.Resources>

...

<DynamicResource ResourceKey="chart"/>

But how can I, in this case, set the Properties of the chart (e.g. the DataContext, or the Grid.Row as the object is embedded within a Grid)?

A second problem is: If I have n elements within the ObservableCollection, I need n chart objects. How can I make sure to use a different chart object for each observable?

Alex
Questiontreeview that has a custom treeview that consists of a button and a textbox Pin
truel3-Sep-12 4:48
truel3-Sep-12 4:48 
AnswerRe: treeview that has a custom treeview that consists of a button and a textbox Pin
Abhinav S3-Sep-12 7:12
Abhinav S3-Sep-12 7:12 
QuestionXML file source from users/appdata/roaming folder Pin
Jayme653-Sep-12 3:31
Jayme653-Sep-12 3:31 
AnswerRe: XML file source from users/appdata/roaming folder Pin
Mycroft Holmes3-Sep-12 13:11
professionalMycroft Holmes3-Sep-12 13:11 
GeneralRe: XML file source from users/appdata/roaming folder Pin
Pete O'Hanlon3-Sep-12 22:18
mvePete O'Hanlon3-Sep-12 22:18 
GeneralRe: XML file source from users/appdata/roaming folder Pin
Mycroft Holmes4-Sep-12 0:34
professionalMycroft Holmes4-Sep-12 0:34 
QuestionSilverlight-Font Pin
vickypriya2-Sep-12 19:20
vickypriya2-Sep-12 19:20 
AnswerRe: Silverlight-Font Pin
delibey6-Sep-12 9:28
delibey6-Sep-12 9:28 
QuestionRedirect from silverlight to web page with values Pin
Anupbala29-Aug-12 21:13
Anupbala29-Aug-12 21:13 
AnswerRe: Redirect from silverlight to web page with values Pin
Christian Amado30-Aug-12 7:35
professionalChristian Amado30-Aug-12 7:35 
GeneralRe: Redirect from silverlight to web page with values Pin
Anupbala31-Aug-12 20:54
Anupbala31-Aug-12 20:54 
GeneralRe: Redirect from silverlight to web page with values Pin
Pete O'Hanlon31-Aug-12 21:56
mvePete O'Hanlon31-Aug-12 21:56 
GeneralRe: Redirect from silverlight to web page with values Pin
Anupbala31-Aug-12 21:57
Anupbala31-Aug-12 21:57 
QuestionPDF Flipbook Pin
defjef28-Aug-12 23:51
defjef28-Aug-12 23:51 
AnswerRe: PDF Flipbook Pin
Pete O'Hanlon29-Aug-12 0:03
mvePete O'Hanlon29-Aug-12 0:03 
QuestionBin\Debug\AppManifest.xaml Error Pin
er.ravindra28-Aug-12 1:07
professionaler.ravindra28-Aug-12 1:07 
AnswerRe: Bin\Debug\AppManifest.xaml Error Pin
Christian Amado29-Aug-12 11:33
professionalChristian Amado29-Aug-12 11:33 

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.