I will have to check, but I think in 1.08 there is a ScrollTo() method in a scrollable table.
something like: tbl3.ScrollTo("uid9", False) where "uid9" is the unique row id and True/False to scroll smooth or not.
So you'll be able to use this to scroll to the 'last' added uniqueId.