Results 1 to 2 of 2

Thread: List Box Scrolling

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Posts
    29

    Post

    Ok, I have a list box that I am constantly adding information to bottom of. Is there a way to make it scroll down to last inputted Information?

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177
    After adding an Item set the ListIndex to the current ListCount, i.e.
    Code:
    List1.ListIndex = List1.ListCount - 1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width