[VB.NET] Select entire line ListView
Solved
Sandriine
Posted messages
1400
Status
Member
-
gress -
gress -
Hello everyone,
I am developing an application in VB.NET.
I have a ListView with 3 columns where data is displayed, and when I right-click on a line, only the leftmost column item is selected.
How can I make the entire row selected?
I am at your disposal for more details if necessary.
Thank you,
I am developing an application in VB.NET.
I have a ListView with 3 columns where data is displayed, and when I right-click on a line, only the leftmost column item is selected.
How can I make the entire row selected?
I am at your disposal for more details if necessary.
Thank you,
Configuration: Windows XP Firefox 2.0.0.14
Related links:
- changing language in vb.net
- Retrieve the result of a SELECT (VB.net)
- VB.net program does not start
- Éteindre le PC avec VB.NET peut être effectué en utilisant la commande suivante : ```vb Process.Start("shutdown", "/s /t 0") ```
- [VB.NET] Creating a PictureBox Collection
- Connecting to MySQL from VB.net version 8.0.28
3 answers
-
Hi Sandrine,
I'm doing C#, but it should be the same analogue.
We need to set the FullRowSelect property of the ListView control to "True".
We can do it directly in Visual Studio on the properties window of the items, if you use it.
here you go
--
Is there a problem? What problem?
There’s no problem anymore! -
-