Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Narzul

    Force selection of a an item in a ListView

    Thanks, if you want the best effect : listView1.Items[0].Selected = true; listView1.Items[0].BackColor = SystemColors.Highlight; listView1.Items[0].ForeColor = Color.White;
  2. Narzul

    Force selection of a an item in a ListView

    Hmm the selected property is there, but even if I do this, the listview UI don't hightlight the selected item..
  3. Narzul

    Force selection of a an item in a ListView

    Hi folks, How can I force the selection of a item (by code) in a list view ? (In details view of course). Thanks a lot.

Part and Inventory Search

Back
Top