标签: c# wpf listview
我有几个ListViewItems我希望使用Index以不同的方式对其进行排序。是否有可能在我更改项目的索引时,ListView中的项目位置会受到影响?
ListViewItems
Index
ListView
答案 0 :(得分:1)
您不能使用ListViewItem.Index Property订购商品(此外,它是只读的)。而是使用ListView.Sort Method。
ListViewItem.Index Property
编辑:对于 WPF ,请参阅http://bea.stollnitz.com/blog/?p=24