enum sap.m.ListGrowingDirection

Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Defines the growing direction of the sap.m.List or sap.m.Table.


Properties Overview

Node Description
sap.m.ListGrowingDirection.Downwards

User has to scroll down to load more items or the growing button is displayed at the bottom.

sap.m.ListGrowingDirection.Upwards

User has to scroll up to load more items or the growing button is displayed at the top.

Note: If this option is active, there should not be any other control than sap.m.List inside its ScollContainer.