I would like to reload the content of a YUI ScrollView in a similar manner to how a YUI DataTable can be reloaded via
myDataTable.showTableMessage("Loading...");
myDataTable.getDataSource().sendRequest('', { success: myDataTable.onDataReturnInitializeTable, scope: myDataTable });
(snippet courtesy of How can I refresh a YUI dataTable with a button?)
Is there a similar mechanism for reloading a YUI ScrollView?