C# 面板背景图像滚动时分割
我正在使用 C# 开发 winforms 应用程序。我有一个带有背景图像的表单,以及一个带有透明背景的面板。一些数据和控件将在此面板上动态创建。
该面板有一个滚动条,当我滚动时,背景图像会分裂,页面和数据看起来很奇怪。
谁能帮我解决这个问题?我所需要的只是背景图像不应在面板滚动时分割......
提前致谢。 苏哈西尼
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎是winform 的限制。查看这篇文章了解解释。
This seems to be a limitation on winforms. Check out this post for an explanation.