Forum Discussion
ekiza23
13 years agoContributor
I think I may not have explained myself.
I do not want the horizontal bar, I want the vertical bar.
But as I am appending text to it, the content grows longer than the memo control real estate.
What I want is that whenever I append text to the content, the vertical bar scrolls to the bottom of the memo control so that I can see the latest additions.
Generally, scroll bars would have some kind of variable to determine the current position of the scroll (eg. from 0 (beginning) to 100 (end)). In this example, what I would like is that whenever I append some text, I could call something like vbScrollbar.setPosition(100) or similar.
I do not want the horizontal bar, I want the vertical bar.
But as I am appending text to it, the content grows longer than the memo control real estate.
What I want is that whenever I append text to the content, the vertical bar scrolls to the bottom of the memo control so that I can see the latest additions.
Generally, scroll bars would have some kind of variable to determine the current position of the scroll (eg. from 0 (beginning) to 100 (end)). In this example, what I would like is that whenever I append some text, I could call something like vbScrollbar.setPosition(100) or similar.