Dynamic Side Content

Properties of Dynamic Side Content

  1. Id - unique identifier of the control
  2. Side Content Position - use the input help to select the position of the side content (left or right) sap.ui.layout.SideContentPosition

Controls of Dynamic Side Content
Dynamic Side Content requires additional controls inside of it to make it functional. These controls are Main Content and Side Content. These can be added by doing a right click from the Dynamic Side Content Control.

Properties of Main Content

  1. Id - unique identifier of the control

Properties of Side Content

  1. Id - unique identifier of the control

Step-by-step guide

How to add Dynamic Side Content

  1. Right click on a Page or a Vertical Layout and select Add Layout-→ Add Block Dynamic Side Content
  2. A Dynamic Side Content Control has been added
  3. Right click on the Dynamic Side Content and select Add Main Content

    Right click on the created Main Content and add the relevant controls
  4. Controls within the Main Content have been added
  5. Right click on the Dynamic Side Content and select Add Side Content

    Right click on the created Side Content and add the relevant controls
  6. Controls within the Side Content have been added