Is there a way to make it so that if a word is longer than a List's width, scrollbars will automatically form?
Printable View
Is there a way to make it so that if a word is longer than a List's width, scrollbars will automatically form?
no scrollbars on a list box..
even a textbox with multiline functionality can't have scrollbars added at run time as it is read only.
Found what I need:
http://www.planetsourcecode.com/vb/s...&txtCodeId=179
thanks anyway :)