I have several ListViewItems i want to order it in different way using its Index. Is it possible that when i change index of item and the item location in ListView will be affected ?
I have several ListViewItems i want to order it in different way using its
Share
You cannot use
ListViewItem.Index Propertyto order items (besides, its read-only). Instead use the ListView.Sort Method.EDIT: For WPF, see http://bea.stollnitz.com/blog/?p=24