Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
480
how can i set UltraListViewItem.Appearance.Image to an animated gif?
posted

When I load the gif like so

UltraListViewItem item; 

...

item.Appearance.Image = Image.FromFile("animated.gif"); 

I only get the first frame of the animation?   How can I get the gif to animation in the UltraListView?