C# panel background image splitting on scrolling
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.
精彩评论