Hi ya,
When a listview is disabled you can't scroll it. However you can try to catch the event you want to disable and put Exit Sub in there
i.e:
Code Snippet
Private Sub ListView1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListView1.SelectedIndexChanged
Exit Sub
End Sub
Hope that Helps
Cheers
Rizwan