I have a ListView in VB.Net. I want to use it to display a data table. However, I want to be able to click on a row and select it . The component allows me to select a row only by clicking on the first element of each row.
This should be just setting FullRowSelect on the True control.
FullRowSelect
True
Change the FullRowSelect property to True.