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.
我有一个包含datetime,string和image uri属性的自定义对象。
datetime
string
image uri
截至目前,我正在使用模板列手动生成列。
由于我只需要使用一个数据网格,并且数据源对于应用程序中的四种不同场景是动态的,因此我需要通过设置ItemsSource数据网格的属性来自动生成列。
ItemsSource
所以,我的问题是,如果我ItemsSource根据场景设置,它会相应地生成所有列。(日期时间、字符串和图像)
此外,这些列需要是可排序的。