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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -