ComboBox no longer has scroll events?

VB 6 had scroll events for the ComboBox, but I don't see them, either in the documentation or the IDE intellisense. 

Is this not available in .NET

I want to load up only the first so-many into the ComboBox, since there can be more than 100,000 values, then load up the next group when they scroll to the bottom of the current bunch.  Is there some other way of doing this

(I tried search, but get an error.)

Peter.



Answer this question

ComboBox no longer has scroll events?

  • jrfinkel

    Unfortunately there is no easy way to do this - the ComboBox Control does not support a "virtual" mode.

    Joe Stegman
    The Windows Forms Team
    Microsoft Corp.

    This posting is provided "AS IS" with no warranties, and confers no rights.


  • ComboBox no longer has scroll events?