Animated gif in DataGridViewCell
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, I want to show an animated gif in DataGridViewImageCell or DataGridViewCell. When I use DataGridViewImageCell, gif image is shown as static. I tried to use my custom class derived from DataGridViewCell, but I can not define any timer object in my custom class. My image is a simple circle colored red or yellow blinking on a white background. I tried to use Graphics class to draw the the image but I could not get any solution. Do you have any solution or comment about it? Thanks, Mert Kantarcioglu