Listview programmatically select item

  • Thread starter Thread starter garrick
  • Start date Start date
G

garrick

How can I programmatically select a listview item? I can't
seem to find a native .net method - do I need to drop down
to WIndows API level?

I have MultiSelect off, so one (or none) items should be
selected...
 
* "garrick said:
How can I programmatically select a listview item? I can't
seem to find a native .net method - do I need to drop down
to WIndows API level?

Set the item's 'Selected' property to 'True'.
 
Back
Top