Forum Discussion
4 Replies
Hi Christian,
According to the "ScrollBars Property" article, you need to use ssHorizontal.
Does it work?- ekiza23ContributorI 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. - ekiza23ContributorAny updates on this?
- AlexKaras
Champion Level 2
Hi Christian,
As a possible workaround: what if you add new lines not to the end, but to the beginning?