Hm, that's odd. Are you calling it in response to a task listener by any chance?

On Feb 25, 2010, at 3:40 PM, Mathias Versichele wrote:

> It gets stuck about 6 rows from the bottom, so it doesn't work perfectly...
> 
> 2010/2/25 Greg Brown <[email protected]>
> Try this, let me know if it doesn't work:
> 
>   int n = tableView.getTableData().getLength() - 1;
>   tableView.scrollAreaToVisible(tableView.getRowBounds(n));
> 
> 
> On Feb 25, 2010, at 3:06 PM, Mathias Versichele wrote:
> 
>> How do you make a tableview automatically scroll to the bottom when new rows 
>> are added ?
>> 
>> -- 
>> Mathias Versichele
>> Bio-ir milieutechnologie / Msc. geografie
>> Oudburgstraat 16
>> 9240 Zele
>> 0485/16.07.08
> 
> 
> 
> 
> -- 
> Mathias Versichele
> Bio-ir milieutechnologie / Msc. geografie
> Oudburgstraat 16
> 9240 Zele
> 0485/16.07.08

Reply via email to