VB.Net - select whole line in a multicolumn ListView and not only first item -


i have listview in vb.net. want use display table of data. i want able click on row , select it. component allows me select row clicking on first item of each row.

  • can change that?
  • is there better component display tables? (i've tried datagridview. don't it's appearance)

this should matter of setting fullrowselect on control true.


Comments