Highlight the first row in a ListView and a ListBox Control

Posted by Bill on Stack Overflow See other posts from Stack Overflow or by Bill
Published on 2010-06-05T20:29:17Z Indexed on 2010/06/05 20:32 UTC
Read the original article Hit count: 203

Filed under:
|
|

I am attempting to show both a ListView and ListBox on a Windows Form (C#). The difficulty I am having is in having the first row for both the ListView and ListBox highlighted when the application opens. Could someone please steer me in the right direction so that the first row of both the ListView and ListBox are highlighted when the application opens?

© Stack Overflow or respective owner

Related posts about listview

Related posts about listbox