How to fix the flickering in User controls

后端 未结 12 1551
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-22 02:32

In my application i am constantly moving from one control to another. I have created no. of user controls, but during navigation my controls gets flicker. it takes 1 or 2 se

12条回答
  •  野的像风
    2020-11-22 02:45

    Did you try Control.DoubleBuffered Property?

    Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.

    Also this and this might help.

提交回复
热议问题