WPF 将控件停靠到网格中的单元格
如果我有一个 2 x 2 网格,如何获得一个按钮来填充整个单元格?我必须使用触发器吗?在这种情况下我如何获得列的宽度?
谢谢 伊恩
If I have a 2 by 2 Grid how do I get a button to fill the entire cell? Do I have to use a trigger? How would I get the column's width in that case?
Thanks
Ian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,
Button
将占用整个单元格。您可以通过访问 ColumnDefinitions 集合来获取列宽。
The
Button
by default will consume the entire cell.You can get the columns width by accessing the
ColumnDefinitions
collection.