Results 1 to 3 of 3

Thread: Listbox Issue

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2001
    Location
    Chicago, IL
    Posts
    49

    Listbox Issue

    Hi gang,

    I have a listbox on a form. The listbox takes litteraly thousands of items in a day. What I want to do, is when the items get to the bottom of the listbox, the listbox automatticly scrolls down to show the last entry. Any help would be great.

    - Darren

  2. #2
    Hyperactive Member
    Join Date
    Feb 2001
    Location
    Houston, TX
    Posts
    342
    VB Code:
    1. ListBox1.SelectedIndex = ListBox1.Items.Count - 1

  3. #3

    Thread Starter
    Member
    Join Date
    Dec 2001
    Location
    Chicago, IL
    Posts
    49
    Something so easy, and I just couldnt get it in my thick head hehe

    Thanks Magellan

    - Darren

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