Hi,
List View control: after upgrading from VB6 to VB.Net now sets the selection
of its row just when the mouse was moved over the record (without click). I
ensured that the Hover Selection property of the ListView is off but it does
not work. The list view is not intrinsic for VB.Net (it belongs for VB6
controls). The best way of course, would be replace it by VB.Net control,
but there is quite a lot of coding around it, and some properties in a new
control are different so I forced to keep this List View. Is there any way
to disable this bizarre behavior?
Sergiy