I have a ListBox that holds 5 lines of data. In my program, I add a line to the ListBox as certain events occur.

When I go to add the 6th item to the ListBox, a scrollbar appears, but the 6th item doesn't show up at the bottom.

For example, I want the ListBox to look like this when the 6th item is added:

Item #2
Item #3
Item #4
Item #5
Item #6

Thanks for any help...