将行和列动态绑定到 WPF 中的网格

发布于 2024-09-18 15:49:43 字数 112 浏览 7 评论 0原文

使用 WPF 中的 DataGrid 对象,我们可以将其行绑定到可观察的集合,这样当在集合中添加或删除行时,UI 就会更新以显示更改。我希望使用网格控件做类似的事情,作为我尝试创建的用户控件的一部分。这可能吗?

With a DataGrid object in WPF, we can bind its rows to an observable collection such that as rows are added or removed to/from the collection, the UI updates to display the changes. I am looking to do something similar with a Grid control as part of a User Control I am trying to create. Is this possible?

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

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

发布评论

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

评论(1

ˇ宁静的妩媚 2024-09-25 15:49:43

如果您想将集合绑定到某种自我更新的 UI,根据我的经验,具有自定义 ItemPanel 的 ItemsControl 和具有模板集的 ItemContainerStyle 以及集合中不同类型对象的 ItemTemplates 是非常强大的。
但这一切都取决于您的预期场景。如果您能详细说明,我可以编写一些 XAML。

If you want to bind a collection to some sort of self updating UI in my experience an ItemsControl with custom ItemPanel and a ItemContainerStyle with a Template set as well as ItemTemplates for different kinds of objects in the collection is quite powerfulI.
It all depends on your exect scenario though. If you can elaborate i could whip up some XAML.

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