I am using a list box to show files I am processing one at a time.

This list is long so that the list box ends up having a scroll bar.

Every time a new line gets added to the end of the list box entries, the scroll bar ends back up at the top of the list.

How do I add a line and have the box display the bottom of the list so i don't keep having to rescroll down to the bottom while it's off processing a file.