my application have ListView and inside my foreach loop i am add files into my ListView and want the option to show the current file as marked, before using ListView i try ListBox and used SetSelected successfully.
i try listView.Items[listView.Items.Count - 1].Selected = true; nut this marked all the files inside my ListView