图像大小 wpf 数据网格
我在 wpf datagrid、Image 中有一个控件模板。即使clipToBounds为假并且没有指定宽度高度,图像的大小也会被拉伸?
I have a control template in wpf datagrid, Image. the sizes of images get stretched even if clipToBounds is false and no width height is specified?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试将 Stretch 属性设置为 None?
Did you try to set the Stretch property to None?