How can i set a TextBox to show the last line when it's multi line?
I'm trying to make it a kind of status window, so i enter "some text" into it, then later "some more text" and eventually it's got enough lines that the vertical scroll bar shows up, but it stays at the top instead of scrolling down to show the new line.
I figure it's just a simple "scroll to line" or something, any input? I'm using c#.
I'm trying to make it a kind of status window, so i enter "some text" into it, then later "some more text" and eventually it's got enough lines that the vertical scroll bar shows up, but it stays at the top instead of scrolling down to show the new line.
I figure it's just a simple "scroll to line" or something, any input? I'm using c#.