I have a listbox where I'm adding items as my applications runs over time.

However, I'm not getting any horizontal scrollbars even though the size of my text entries is longer than my listbox width. I do get vertical scrollbars when my list grows bigger than the listbox's height, but nothing for horizontal scrolling.

What do I need to do?

Thanks.