WPF RowDetailTemplate 问题

发布于 2024-11-07 11:53:56 字数 316 浏览 0 评论 0原文

我有 2 个列表:

列表 list1 包含具有属性 ID 的父对象

列表 list2 包含具有属性 ParentID 的子对象

list1 用作 DataGrid 中的 ItemsSource,我需要能够在 RowTemplateDetail 中显示 list2 中的所有项目,其中 list2 ParentID =列表 1 ID。

我已经阅读了很多示例,但通常模型有一个属性 Children 包含 list2 但我无法在我的项目中执行此操作(特定要求)。顺便说一句,我们正在使用 MVVM。

任何意见将不胜感激

谢谢!

I have 2 list:

List list1 contains Parent object with Property ID

List list2 contains Child object with Property ParentID

list1 is used as ItemsSource in a DataGrid and I need to be able to show all items in list2 in a RowTemplateDetail where items in list2 ParentID = list1 ID.

I have read a lot of examples but commonly the the Model has a property Children that contains list2 but I cannot do it in my project (requirement specific). We are using MVVM btw.

Any input would be appreciated

Thanks!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文