Hi to everyone! I have a really problematic question: I want to create a custom control in WPF, and I want it to have a pblic field in which I can store items (a normal ObservableCollection). I want to bind those items to the GUI without using any Listbox
or ListView: I want to create my layout and my way of drawing the items.
How can I do this? And how can I bind this source such as ItemsSource?
Really thank you!