Hey all,
I have a ListBox which I am using to display the results of various searches. Those searches can occur on many different types of objects and I'm having a bit of trouble getting it to work in all circumstances.
Most of the time I can just set ListBox.ItemSource = List and it's works fine if I also set the DisplayMemberPath and the SelectedValuePath. I run into trouble when the string I'd like to display for a given object is actually a method or a combination of properties.
Can someone please point me in the correct direction for solving this problem?
Thanks,
Sonny