Hello,
I am using the UltimateListView v2.3 lib and I want to be able to change a image based on the Position in the list.
I have loaded the list on the screen with a image and a label.
I have add the text to the label as it was created but now I want to be able to change the image after it has been created. (I know I can set the image as it is being created but I want to change if after it has been created)
How do I change the image of a item in the list based on its Id?
For Example:
I have 200 items in the list, and I want to select item 5 in the list and change the image to something else.
Anyone able to help?