WPF RowDetailTemplate 问题
我有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论