link a custom control to a dictionaryResources
-
Hello All, I'm kinda new in this field and want your help. The problem is, that I want to create a custom treeview and I want that treeview to take it's template ,styles and setters from a dictionary, and do that in a "WPF CustomControl Library" (project type) how can I do That ?:confused: Thanks in advance
-
Hello All, I'm kinda new in this field and want your help. The problem is, that I want to create a custom treeview and I want that treeview to take it's template ,styles and setters from a dictionary, and do that in a "WPF CustomControl Library" (project type) how can I do That ?:confused: Thanks in advance
Do you have Blend? When you create a template Blend asks you where you want to define it. You can then choose to define it in a resource dictionary. If not using Blend, I think you just define the template or style in the resource dictionary, then reference it in the XAML.