526 Views
The next post in the series originally written by Beatriz Stollnitz. Original post available on Github. How to get a ListBoxItem from a data bound ListBox Data binding a list box to an enumeration of items could not be easier in WPF: The ItemsSource property of ListBox takes an IEnumerable, which is the list of items ...
0 comments