Edit image ListView

Since the update, we are able to add image to the listview. My question is how do you change the image in that listview? Is it possible? If possible, without extension.

Yes. Get your listview elements into a list variable, then you can select an item and change the contents

1 Like

ohyea, same method as adding it to the list. I thought there should be an option just to update the image because i used it as the checklist on and off. Thanks anyway

Do you know how to use ListView.GetImageName, what is the input for the listElement? I was thinking ListView.Selection but it cannot be connected

The same thing happened to me; I'm surprised it doesn't allow that.
You could use:
image
or:
image

1 Like

thanks man, great alternative.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.