Hello,
I have a little problem with ListView control. I have two items in ListView control and I want to insert one item between them.
eg:
I have this:
-----------------------------------------
col |
-----------------------------------------
item_one |
item_three |
-----------------------------------------
and I want to insert an item between item_one and item_two:
I´m not sure if the following approach is effecient, but couldn´t You "just" create an list/array/vector of your items and insert the new item in there, so all You need is to repopulate the ListView with the items from the vector.