Hi, I often wondering why Infragistics does not have a ListBox. I've even attended a WinForms webinar recently and posed the question. There is none. It struck me as odd....BUT....
This is what I've discovered and figured post in case others may also have a need for a simple ListBox that has a similar look & feel to the other components:
Use an UltraListView:
1. Allow single selections
2. Set the vew as a List
3. Set Image sizes of 0,0
That's all it took for me to mimic the behaviors of a simple ListBox that is not databound.
Hope it helps someone along the way
:)
PS: Sales folks, yes there is a way to mimic a ListBox :)