06-12-2011 02:36 PM
Hi,
please help me with this question:how to add/edit/delete the rows in multicolumn listbox during runtime?
Regards,
Amit
06-12-2011 02:42 PM
Use the ItemNames property. It's a 2D string array.
06-12-2011 11:57 PM
Thanks for the reply. But I am not able to edit/write during runtime. Please show some demo code showing how to delete and add rows...
06-13-2011 01:03 AM
multicolumn listbox is a indicator.
1. Use the ItemNames property. It's a 2D string array.
2. Use the 2D string array to achieve what you want--add/delete/edit ...