Just a quick question but it’s something that keeps on bugging me. In my program you have the chance to increase the size of the text in the textfield content_txt. My issue is that the scroll bar doesn’t automatically change to fix all the text in. So for example when at size 12 all the font fits in with the scroll bar but if I change it to size 16, half the text gets cut off as the scroll bar won’t scroll to the bottom. Is there anyway to automatically adjust the scroll bar according to the size of the text?
Thanks for any suggestions