ranomore wrote:
is it (will it be) possible to change the contents of a ListView Row after it's been created?
2) delete rows (or insert new rows amidst already created ones)
Yes, there will be an LV_Modify() and an LV_Delete() function.
Quote:
3) use more than one listview control per gui?
You can already do this, but the current version is missing the upcoming command "Gui, ListView, MyListView", which allows you to switch the ListView upon which all the LV functions will operate. By default, they operate on the most recently added ListView, as does "Gui, Add, Row".
I think you will like the ListView feature. It has built-in sorting, row and column icons, and quite a lot of flexibility. It should be released by Sunday (I know it's far behind the schedule announced earlier).