I've been struggling with a set of custom WPF controls that I've been trying to make. This issue that I am struggling with is in dealing with that they need to have one or two collections as ...
This worked OK in the beginning. As my application grew, I wanted to take advantage of IoC in my ViewModel; there were repositories to inject as well as other dependencies. Because of these and other ...
I'm trying to make a custom control in WPF that inherits from ItemsControl where instead of rendering each item as a single visual element inside a basic ItemsPanel like a StackPanel, I want to render ...