将按钮添加到 DataGrid 的最后一行

发布于 2024-12-03 16:27:21 字数 107 浏览 0 评论 0原文

使用 WPFToolkit 中的 DataGrid,我将其绑定到数据表。在某些情况下,我想添加一行,其中仅包含一个水平居中的按钮。我在 DataGrid 中定义的列是两个文本列和一个列模板。这可能吗?

Using a DataGrid from WPFToolkit, I bind it to a datatable. On certain scenario I want to add a row which only contains a single button horizontally centered. The columns I defined In the DataGrid are two textcolumns and one columntemplate. Is this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情感失落者 2024-12-10 16:27:21

网格被设计为像表格或网一样工作,列和行大多是统一的。如果您只需要底部的按钮,我会尝试自定义网格页脚而不是网格行。您可能可以使用一些模板和一些自定义代码来完成所有操作,但我真的会选择页脚:-)

Grids are designed to work like tables or nets with cols and rows mostly uniform. if you need a button only at the bottom i would try to customize grid footer more than a gridrow. you could probably do everything with some templates and bit of custom code but i would really go for the footer :-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文