I have a multi-line textbox, to which I add text throughout the running of the application. (I suppose you could call it a log).
However, I want to be able to see the last entry on it. If this is beyond the end of the visible part, you have to use the scroll-bar.
Is there an easy way to make it so that you see the last line by default, and have to use the scroll-bar to see the first entry.
