Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Custom Control with Items

$
0
0

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!


Viewing all articles
Browse latest Browse all 18858

Trending Articles