function refreshScrollArea()
{
scrollArea.object.refresh();
}
然後在更動scrollarea內容後都插入
refreshScrollArea();