During FlowLayoutPanel scrolling, background distorts + flickers

前端 未结 5 1455
醉梦人生
醉梦人生 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:32

    It´s a little bit late ... but this things happen if you mess with Color.Transparent. Check if your FlowLayoutPanel has Transparent Background. If so, try to change that.

提交回复
热议问题