在Windows窗体应用程序中是一个带有PictureBox的面板; 该PictureBox的图像是一个GIF动画。
如果我设置panel.Enabled = False
,则动画停止。
保持动画的最佳方式是什么?
一种方法是覆盖OnPaint-Method并使用ImageAnimator.Animate(类似于此处所描述的I have a problem with a picturebox with animation gif, it is not move, by c# code)
我真的希望有更好的方法。