Animated gif in DataGridView
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Is it possible to show animated gif in DataGridViewImageCell? It is need to use ImageAnimator in Paint event ImageAnimator.Animate(image, new EventHandler(animate)) ImageAnimator.UpdateFrames(); but which method call in animate? private void animate(object o, EventArgs e) { .... } Any method which force Paint event? Which? Invalidate is not available for the cell. Thanks for an advice Ela