|
Hi I have a listview control on my form when I add item in a listview using button and select the currently added item and give focus to listview it selects all item instead of selecting one (Which is currently added) Here is my code ListViewItem itemFiller = new ListViewItem(pClip.XName()); itemFiller.Selected = true; lstPlaylist.Focus();
Regards,Adeel Arshad |