缩放图像而不填满屏幕
我做了一个简单的图像查看器,当我缩放图像时,它会占据整个屏幕。我希望它变得更大,但在它的网格内。
I did a simple imageviewer and when I scale an image it takes the whole screen. I want it to get bigger but inside its grid.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里的信息还不够,通常只需将
Image
控件放入Grid
中就可以了,因为它会拉伸到其边界。Not really enough information here, normally just putting an
Image
control into theGrid
should do as it stretches to its bounds.