vb6 pro
according to the msdn help if i have a listview control and set the view to
lvwreport i can then set the fullrowselect property of the listview:
listview1.view=lvwreport
listview1.fullrowselect=true
however, vb keeps telling me that fullrowselect is an invalid property.
anybody know anything about this?