Hi everyone,
I have the necessity to update the value associated with an item of a CustomListView, the only method available is
I do not want to recreate the view every time because the values will change rapidly and i do not want to have any "glitchy" effect on it.
Is there any way to do it?
Thanks in advance
I have the necessity to update the value associated with an item of a CustomListView, the only method available is
.GetValue
but it does not accept the association operator (=).I do not want to recreate the view every time because the values will change rapidly and i do not want to have any "glitchy" effect on it.
Is there any way to do it?
Thanks in advance