Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是好奇是否可以将 2 个不同的视图绑定到同一个集合。一个视图显示一个组 ( PropertyGroupDescription) 的内容,一个视图显示另一个.. 属性组的目标是 a Boolean。
PropertyGroupDescription
Boolean
您可以将您的视图绑定到两个不同的CollectionViewSources,它们使用相同的集合作为它们的Source。