Creating ListViewItem Dynamically

illselah

New member
Joined
Jul 20, 2005
Messages
1
Programming Experience
1-3
Hi everyone. Does anyone know if it's possible to create a ListViewItem for a listview dynamically? From what I've read and tested, it seems like you have to know how many items will be in your listview before running the program. But what if the number of items changes during runtime? Shouldn't there be a way to create a new one and add it to your listview? Any help is appreciated. Thanks
 
Back
Top