2.2.10.29 Panel

2.2.10.29 Panel

Properties of Panel
 



  1. Id - unique identifier of the control

  2. Title - header text of the Panel

  3. Expandable - set a boolean value or a variable with type boolean from the Model to control the Expandable property

  4. 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.

  5. Width - width setting 

  6. Style Class - assign a predefined SAPUI5 CSS or a CSS class defined in the CSS of the App

  7. 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

  1. Right click on a Page, Form Element or from any elements under Add Layout and select Add Panel

  2. A Panel Control has been added

  3. UI Elements can be added under the Panel Control by doing a Right click from it

Related articles