Hi guys,
I use a CustomListView to display a list of items, filled by "AddTextItem" method (it represents a "TO DO" list).
It would be useful to move each item up or down to reflect a priority property.
Is there a way to "MOVE" items or, at least to swap two of them (both text and value properties) ?
Thanks in advance
PS. I tried deleting and inserting items, but the visual effect is very ugly...
I use a CustomListView to display a list of items, filled by "AddTextItem" method (it represents a "TO DO" list).
It would be useful to move each item up or down to reflect a priority property.
Is there a way to "MOVE" items or, at least to swap two of them (both text and value properties) ?
Thanks in advance
PS. I tried deleting and inserting items, but the visual effect is very ugly...
Last edited: