I created a horizontal tilelist that displays several images that are loaded dynamically. I need to be able to programmatically delete images from the tilelist.
Ideally, I'd like to have a button (red x) appear over an image in the tilelist when the mouse rolls over the individual cell. Then, when the user clicks on that button, the image is removed from the tilelist (and actually deleted in the background). I've been pulling my hair out trying to figure this one out and would greatly appreciate it if someone could help me figure out how to get that button to display and perform the delete action when clicked. Thank you.

