[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scrolling/keeping textArea down


It more or less works the same.

If i .Insert response end then .EnsureVisible, the scrollbar is in the middle at best. Closer to the beginning. It takes a lot of mousewheel rotations to get to the bottom after that.

23.09.2025 22:14, gbWilly пишет:

On Tuesday, September 23rd, 2025 at 17:07, Bruce Steers <bsteers4@xxxxxxxxx> wrote:
Maybe use insert (it's faster)..

Response.Insert(s) ' cursor should be at end so no need to set Pos
Response.EnsureVisible

Respects
BruceS

Hahaha, I just send the same response, but you beat me to it.
Good one Bruce


Follow-Ups:
Re: Scrolling/keeping textArea downAdmin <admin@xxxxxxxxxx>
References:
Scrolling/keeping textArea downAdmin <admin@xxxxxxxxxx>
Re: Scrolling/keeping textArea downLee <t.lee.davidson@xxxxxxxxx>
Re: Scrolling/keeping textArea downBruce Steers <bsteers4@xxxxxxxxx>
Re: Scrolling/keeping textArea downgbWilly <gbWilly@xxxxxxxxxxxxxx>