During FlowLayoutPanel scrolling, background distorts + flickers

前端 未结 5 1456
醉梦人生
醉梦人生 2020-12-17 14:39

I have a windows form application that has a background. Within it, I have a flowlayoutpanel with a transparent background. When I scroll, the following happens:

5条回答
  •  执念已碎
    2020-12-17 15:23

    I added Application.DoEvents() to the Scroll event of the FlowPanel amd that stopped the blurring of the FlowPanel child controls that I was getting.

提交回复
热议问题