应用程序运行时如何更改图片框的大小
我编写了一个 Windows 应用程序,并且我的窗体上有一个 PictureBox。现在,当我运行我的应用程序时,我想在运行时为我的图片框提供调整大小的能力。
我怎样才能做到这一点?
I wrote a windows application, and I have a PictureBox on my form. Now, when I run my app, I want to give the resizing ability to my picture box in run time.
How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将图片框放入允许调整大小的容器(例如,拆分容器或单独的窗口)中并停靠以填充。
Put the picture box in a container that allows resizing (for example, the split container, or a separate window) and dock to fill.