Enable scrolling on disabled listview in vb.net -
when disable listview
in vb.net setting enabled=false
, scrolling disabled can't see items in list
. there way disable user interaction on list
preserve scrolling
user can't select item can drag scrollbars
?
are sure want this? end list view looks should function normally, users not able select items.
this potentially confusing.
if want (and advise against it), add handler itemselectionchanged
event deselects whichever item has been selected.
Comments
Post a Comment