在 winform 中实现最大化控件以占据整个客户区域?
我在表单上有 3x3 图片框,我想要做的是当用户双击 9 个图片框之一时,我想让单击的图片框占据整个区域,有点像缩放效果,知道如何来实现这个效果?
I have 3x3 picture boxes on a form, what I want to do is when the user double click on one of the 9 picture box, I want to make the clicked picture box take the whole area, kind like a zoom effect, any idea how to implement this effect?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的图片框直接在表单中,您可以执行
其他需要设置大小和位置的操作。
您可以选择缩放尺寸模式以保持图像质量。
If your picturebox in form directly, you can do
else you need to set size and location.
you can select zoom sizemode to keep image quality.