WPF:如何让网格中的控件在调整网格大小时自动调整大小?
我对 WPF 非常陌生:我需要在调整表单大小时在网格上设置按钮。按钮之间的间距也需要保持不变。我可以设置一些属性吗?我尝试将宽度/高度设置为自动,但这不起作用。
I'm very new to WPF: I need to have buttons on a grid resize as the form is resized. The spaces between the buttons also need to stay constant. Is there some property that I can set? I played around with width/height as auto, but that didn't work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设置按钮的 Margin 属性。那么按钮之间的空间就会被修复。
Set the Margin property of button. then the spaces between the button would be fix.