2.2.10.29 Panel
Properties of Panel
Id - unique identifier of the control
Title - header text of the Panel
Expandable - set a boolean value or a variable with type boolean from the Model to control the Expandable property
Expanded - set a boolean value or a variable with type boolean from the Model to control the expanded property. This sets the expanded property to its default state.
Width - width setting
Style Class - assign a predefined SAPUI5 CSS or a CSS class defined in the CSS of the App
Visible - set a boolean value or a variable with type boolean from the Model to control the visibility property
Step-by-step guide
How to add a Panel
Right click on a Page, Form Element or from any elements under Add Layout and select Add Panel
A Panel Control has been added
UI Elements can be added under the Panel Control by doing a Right click from it
Related articles