animated gif listbox

Is it possible to use an animated gif in the listbox (rowpicture)?

Yeah, with a timer. MBS has a plugin to get all the images of a gif. So you can use that to get the pictures of the gif, and using a timer, invalidate the cell of the gif, with the correct picture.

OK, I would like to find a solution without the use of commercial plug-ins. I could probably store every image in an array myself, and use the timer to update the cell. Thanks!

See Decompose, decode or extract frames from an animated GIF online - BlogGIF to get the separate frames.