P
perspolis
Hi all
How can I highlight a row in a listview?
How can I highlight a row in a listview?
Carlos J. Quintero said:Set the style ListView1.FullRowSelect = true
--
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
Ignacio Machin ( .NET/ C# MVP ) said:Carlos's is the solution, if you click it it will be selected, if you change
it by code it will be the same.
cheers,