How to fix nested winform control flicker issues

前端 未结 4 1425
忘了有多久
忘了有多久 2021-02-08 02:39

I am currently working on a program that uses a fairly complex structure of nested winform controls which changes dynamically as a user makes certain selections. To go into more

4条回答
  •  离开以前
    2021-02-08 03:11

    Use the SetControlStyles in the user Control, the flag is OptimizedDoubleBuffer which will prevent the flickering.

提交回复
热议问题