The solution to the problem is quite simple: make sure to call validateNow() before adjusting verticalScrollPosition:
output.validateNow(); output.verticalScrollPosition = output.maxVerticalScrollPosition; Cheers, Mark --- In [email protected], "Mark Piller" <[EMAIL PROTECTED]> wrote: > > I am running into the same issue. Does anyone have a recommendation or > a fix for the problem? > > Thanks, > Mark > > --- In [email protected], "John Grden" <neoriley@> wrote: > > > > output.verticalScrollPosition = output.maxVerticalScrollPosition; > > > > while the box does scroll, it never is as the max position. Has > anyone seen > > this? I searched the archive but nothing came up. > > > > Am I using the wrong property? maxVerticalScrollPosition traces out and > > shows it getting bigger with every text addition btw. > > > > Thanks for the help, > > > > -- > > John Grden - Blitz > > >

