How to select entire row in ListView ? - FullRowSelect 
Author Message
 How to select entire row in ListView ? - FullRowSelect

Quote:
> lvwCtl.FullRowSelect = True

What is the component ... which can run this command ?


Tue, 30 Apr 2002 03:00:00 GMT  
 How to select entire row in ListView ? - FullRowSelect



Quote:
> > lvwCtl.FullRowSelect = True

> What is the component ... which can run this command ?

You need Microsoft Common Controls 6.0 to use this functionality. Earlier
versions of the listview supposedly could do it with API calls but I never
did get it to work right.  You need to set the "View" property to Report and
the FullRowSelect property to True.

--
Gordon Lawson
Senior Software Engineer
Computers Unlimited
Billings, MT



Tue, 30 Apr 2002 03:00:00 GMT  
 How to select entire row in ListView ? - FullRowSelect
MS Common Controls 6 or check www.mvps.org/vbnet
for API calls to convince the VB5 control that this is a good thing to do
;-)
Neila



Quote:
> > lvwCtl.FullRowSelect = True

> What is the component ... which can run this command ?



Tue, 30 Apr 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. How to select entire row in ListView ?

2. Select entire row in ListView

3. How to select entire row in Listview

4. How to select entire row in ListView ?

5. Selecting entire row in Listview?

6. Listview - Selecting an entire row?

7. How to select entire row in listview control (VB5)

8. Listview: Selecting entire row

9. How to select the entire row in a listview using VB6- mscomctl32.ocx

10. Listview : how to Select the Entire Row ??

11. Select an entire row in the ListView-control

12. ListView - Hilight/Select entire Row???

 

 
Powered by phpBB® Forum Software