yes and along with that, you need to set growing to true.
var oList = new sap.m.List({
growing : true,
headerText : "Scroll Down to Load",
inset : false,
footerText : "List Footer",
growingThreshold : 5,
'delete' : deleteItem,
mode : sap.m.ListMode.Delete,
growingTriggerText : "",
showNoData : false,
growingScrollToLoad : true
});
Refer JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.m.ListBase
Regards,
Chandra