Listbox Scroll

T

Todd Huttenstine

Hey guys

I have a listbox on a userform. Is there a property that
I can set so when I use my roller button on my mouse, it
will scroll through the items in my listbox?


Thank you
Todd Huttenstine
 
H

Harald Staff

Hi Todd

There is no such property. As fas as I know it takes quite heavy Windows API
programming that includes subclassing the form window. We who've tried those
things know that this is a very dangerous operation that tends to crash
everything.

I have some half baked code for it, but won't provide it until it works
decently.

HTH. Best wishes Harald
 
T

Todd Huttenstine

Oh ok thanks. Seems like it would be so easy for
Microsoft to create such a property.
 
Top