Acidon
Programmer
- May 1, 2004
- 21
Hello again.
I've been stuck on this way too long. I have no doubt that there is a simple solution, but it seems to be beyond me.
I have a Rich Text Box (but could use a Text Box if necessary) that fills with text periodically as per my App. When I add text data to the txtBox, I first append a new line "\n" and then append the text using +=. I'm assuming this isn't part of my problem, but there it is.
All I want is for the text box to stay scrolled to the bottom, featuring the newest text, leaving the ability to scroll up if necessary to review. And to not have the text box automatically move it down again when scrolled up to read something. Is this all possible at the same time?
I have a vertical scrollbar on it by default and I have Wordwrap enabled. Soo.. What I'm looking for is
1) The text box to always be scrolled down, showing the newest text. Currently it stays at the top showing the first things inserted as text is added below it.
2) The ability to scroll up and down reviewing text data without the text box moving the visible area unless i tell it to.
I don't know why can't seem to find this information, but I've spent way too long on a simple part of this App. Any information is greatly appreciated. Thanks!
Acidon
I've been stuck on this way too long. I have no doubt that there is a simple solution, but it seems to be beyond me.
I have a Rich Text Box (but could use a Text Box if necessary) that fills with text periodically as per my App. When I add text data to the txtBox, I first append a new line "\n" and then append the text using +=. I'm assuming this isn't part of my problem, but there it is.
All I want is for the text box to stay scrolled to the bottom, featuring the newest text, leaving the ability to scroll up if necessary to review. And to not have the text box automatically move it down again when scrolled up to read something. Is this all possible at the same time?
I have a vertical scrollbar on it by default and I have Wordwrap enabled. Soo.. What I'm looking for is
1) The text box to always be scrolled down, showing the newest text. Currently it stays at the top showing the first things inserted as text is added below it.
2) The ability to scroll up and down reviewing text data without the text box moving the visible area unless i tell it to.
I don't know why can't seem to find this information, but I've spent way too long on a simple part of this App. Any information is greatly appreciated. Thanks!
Acidon