What is the best way to force a list box to visually scroll down the list as things are added to it from within the program?
Thank you.
Printable View
What is the best way to force a list box to visually scroll down the list as things are added to it from within the program?
Thank you.
Yes. Listbox has a .TopIndex property.
http://www.java2s.com/Code/VB/GUI/Se...oxTopIndex.htm
Worked a treat, thank you.