How to autoscroll a listview
How to autoscroll a listview
Rate How to autoscroll a listview
(1(1 Vote))
If listview1.ListItems.Count > 0 Then
itm = listview1.ListItems.Count - 1
itm.EnsureVisible
End If
'This works for me
How to autoscroll a listview Comments
No comments yet — be the first to post one!
Post a Comment