开发者

C# panel background image splitting on scrolling

开发者 https://www.devze.com 2023-03-13 21:44 出处:网络
I\'m working on a winforms application using C#. I have a form with background image, and a panel on that with transparent background. Some data and controls will be dynamically created on this panel.

I'm working on a winforms application using C#. I have a form with background image, and a panel on that with transparent background. Some data and controls will be dynamically created on this panel.

This panel has a scroll bar, when I scrolls that background image is splitting and page and data is looking very odd.

Can anyone help me in fixing this issue? All I need that 开发者_如何学运维background image should not split on scrolling of the panel...

Thanks in Advance. Suhasini


This seems to be a limitation on winforms. Check out this post for an explanation.

0

精彩评论

暂无评论...
验证码 换一张
取 消