How to fix the flickering in User controls

后端 未结 12 1335
佛祖请我去吃肉
佛祖请我去吃肉 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:50

    Try BeginUpdate/EndUpdate OR SuspendLayout/ResumeLayout methods. See following
    How to fix nested winform control flicker issues
    Flickering during updates to Controls in WinForms (e.g. DataGridView)

提交回复
热议问题