Oct 9, 2009 #1 dpaulson Programmer Joined May 7, 2000 Messages 347 Location CA Is there a way to 'move the scroll bar automatically' as to keep items that are added to a listview visible ? David Paulson
Is there a way to 'move the scroll bar automatically' as to keep items that are added to a listview visible ? David Paulson
Oct 9, 2009 1 #2 strongm MIS Joined May 24, 2001 Messages 20,269 Location GB Each ListItem has an EnsureVisible function that may achieve what you want. Upvote 0 Downvote