How would I embed a WPF list box to my Windows Form application?
The WPF list box will ideally be able to add list box item objects, render the color (by setting the background property to some color brush), and display the content in the list box from a windows form text box.
I'm not looking to create a composite control in WPF, just embed a simple WPF list box in my Winforms solution.
Thanks!
