Hey David, Working with listbox is very easy. You put the object in Resource, say your class which has the ObservableCollection is in X.
class X
{
public ObservableCollection { get;set;} ....
}
in XAML
So here the property MyText will be displayed in the list of MyObject.
You can also use ICollectionView to do this if you wish. Check my article on it :
http://www.abhisheksur.com/2010/08/woring-with-icollectionviewsource-in.html[^]
:rose:
Abhishek Sur
**Don't forget to click "Good Answer" if you like this Solution.
Visit My Website-->**
www.abhisheksur.com