Listbox Autoscroll....

Kris Jacyna

Member
Joined
Feb 12, 2007
Messages
20
Programming Experience
Beginner
Say I add 200 items to a listbox, is there a way that the listbox is always 'focused' on the last added item?

like an autoscroll as items are added?

Thanks
 
You can set the .TopIndex property = .Items.Count-1
 
Back
Top