@ste1nar Quick question: is there a way for the listview object to see the listview it is currently in?
I have my list item contain a button to use or drop it. I would want it to be removed from the listview but alas it is not. I tried remove from parent.
I am contemplating casting to my character to modify a temp var and back into the listview afterwards but holy cow that is complicated… any ideas?