1. To be able to update an existing item properties (text, colors, bitmap etc.)
2. to know how many items are in the list (= size)
3. Add an item at (after or before..) a defined index - opposite to RemoveAt.
I know all these can be done on a simple list and then update the listview, but it would be nice to have it directly also, since the updating of the whole listview may take a long time with bitmaps.
2. to know how many items are in the list (= size)
3. Add an item at (after or before..) a defined index - opposite to RemoveAt.
I know all these can be done on a simple list and then update the listview, but it would be nice to have it directly also, since the updating of the whole listview may take a long time with bitmaps.
Last edited: