1. I have a TextBox (e.g. textbox1)
2. I write something inside the textbox1
3. I also enter some new lines
4. After a while the text exceeds textbox1 borders and the cannot be seen anymore.
The question: How can I know when the text is outside the borders of the textbox, to activate the scroll?
Please help!