Hello,
We are using Infragistics v9.2 controls.
I have replaced the native listbox with the UltraListView (View set to "List" and ViewSettingsList.MultiColumn set to False)
How do I databind the ArrayList of objects or List<strings> to the UltraListView because I don't see any DataSource property (which was available for the native listbox control)?
Thanks
Hey,
The best info I've found on this topic is here:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9996
Sadly it states that you can't databind to this control, and goes on to show you how to use AddRange.
Good luck with your search.