Hello everyone,
I see that the Listview has a RemoveAt method but apparently there is no corresponding InsertAt or ModifyAt.
I need to modify a value at a specific position of the Listview, how do I edit that item without the need of another temporary Listview to copy to and retrieve the data from?
Thanks in advance.
I see that the Listview has a RemoveAt method but apparently there is no corresponding InsertAt or ModifyAt.
I need to modify a value at a specific position of the Listview, how do I edit that item without the need of another temporary Listview to copy to and retrieve the data from?
Thanks in advance.