2.2.10.13 Div
Properties of Vertical Layout
Id - unique identifier of the control
Style Class - assign a predefined SAPUI5 CSS or a CSS class defined in the CSS of the App
Attribute - direct application of style without using the Style Class above (e.g. style="background:green;" will set the background to green)
Content - set the SAPUI5 content here (e.g. Text, Input Boxes, Images etc)
Sample output
Step-by-step guide
How to add a Div
Right click on a Page, Form Element or from any elements under Add Layout and select Add Div
A Div control has been added
UI Elements can be added under the Div Control by doing a Right click from it
Related articles