Results 1 to 3 of 3

Thread: Long lists and listboxes

Hybrid View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2013
    Posts
    236

    Long lists and listboxes

    So i know you are supposed to not put too many items in a listbox but instead put in, say 500, or so at a time.
    But if the user will likely want to scroll right through the list which might be 40,000* items, how do you do manage to create
    the illusion for the user that all the items are in the list as they scroll?
    Or how do people manage this if that is not possible to do?
    Thanks for any guidance.

    (*plus the added complication of the listcount going negative above 32K)

  2. #2
    PowerPoster
    Join Date
    Jun 2015
    Posts
    2,224

    Re: Long lists and listboxes

    virtual scrolling

    I think Trick has an example of this with a listview, and Krool's VBFlexGrid component also has this.

    Here's a codebank from dilettante. --> http://www.vbforums.com/showthread.p...l-5-0-ListView
    Last edited by DEXWERX; Aug 23rd, 2018 at 08:46 AM.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2013
    Posts
    236

    Re: Long lists and listboxes

    Quote Originally Posted by DEXWERX View Post
    virtual scrolling

    I think Trick has an example of this with a listview, and Krool's VBFlexGrid component also has this.

    Here's a codebank from dilettante. --> http://www.vbforums.com/showthread.p...l-5-0-ListView
    Great, that looks like what I'm looking for, thank you.

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