ListViewItem item = new ListViewItem("blabla") listView1.Items.RemoveAt(Index); listView1.Items.Insert(index, item); //Insert(Int32, ListViewItem) Inserts an existing ListViewItem into the collection at the specified index.
ListViewItem item = new ListViewItem("blabla") listView1.Items.RemoveAt(Index); listView1.Items.Insert(index, item); //Insert(Int32, ListViewItem) Inserts an existing ListViewItem into the collection at the specified index.
ListView1.Items[3].Index = 0;
gibi bir şeyler denedim fakat başarılı olamadım. İnternette aradığımda da pek bir şey bulamadım. Yardımcı olursanız sevinirim.