dcnorman Posted September 23, 2003 Posted September 23, 2003 I have a listbox which uses an array of strings as its datasource. This array is modified every so often and I would like the change to be shown in the listbox (this is after the datasource has been set.) Anyone know an easy way to do this? Quote
*Experts* Volte Posted September 23, 2003 *Experts* Posted September 23, 2003 You could clear the list and then use the AddRange method of the ListBox's Items collection to add the entire array all at once. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.