The sap.f.FlexibleColumnLayout
control implements the list-detail-detail paradigm by displaying up to 3 pages in separate columns.
The control is suitable for apps that need to display several logical levels of related information side by side, for example, a list of items, item, sub-item. It is flexible in a sense that the app can focus the user’s attention on one particular column by making it larger or even fullscreen.
sap.f.FlexibleColumnLayout
contains 3 instances of sap.m.NavContainer
– one for each column.sap.f.FlexibleColumnLayout
, as defined in the sap.f.LayoutType
enumeration.FlexibleColumnLayout
.FlexibleColumnLayout
control provides the stateChange
event.Related Information