C_LCNC_2406 · Question #47
In SAP Build Apps, which of the following are layout components? Note: There are 3 correct answers to this question.
The correct answer is C. Container D. Scroll View E. Row. Container (C), Scroll View (D), and Row (E) are layout components because they exist solely to structure and position other UI elements - they define how content is arranged rather than presenting content themselves. Container groups child components into a block, Row arranges…
Question
In SAP Build Apps, which of the following are layout components? Note: There are 3 correct answers to this question.
Options
- AList Divider
- BDropdown
- CContainer
- DScroll View
- ERow
How the community answered
(14 responses)- A7% (1)
- C93% (13)
Explanation
Container (C), Scroll View (D), and Row (E) are layout components because they exist solely to structure and position other UI elements - they define how content is arranged rather than presenting content themselves. Container groups child components into a block, Row arranges them horizontally in a line, and Scroll View wraps content in a scrollable region when it overflows the screen.
List Divider (A) is a visual/display component used to separate items within a list - it renders something on screen but doesn't control layout structure. Dropdown (B) is an input component that lets users select from a list of options, placing it firmly in the "form controls" category rather than layout.
Memory tip: Ask yourself "Does this component hold or arrange other components, or does it display/collect something itself?" Layout components (Container, Row, Scroll View) are invisible wrappers - they exist only to organize what's inside them. If it shows text, captures input, or renders a visual element, it's not a layout component.
Topics
Community Discussion
No community discussion yet for this question.