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.
是否可以将列表视图的 GridViewColumns 绑定到不同的对象集合?如果是,如何?
不,这是不可能的。有ListView一个ItemsSource,所以只能有一个源集合。您必须将这两个集合组合成一个网格源,可能通过添加视图模型 (MVVM)。
ListView
ItemsSource