Start of Content Area

Background documentation TransparentContainer Properties Locate the document in its SAP Library structure

Properties in View Designer

      isLayoutContainer

Specifies whether the TransparentContainer functions as a layout container.

Note

Note that with ScrollContainer, if isLayout=true the defaultButton does not work. This is checked in the development environment. defaultButtons can then only be permitted if TransparentContainer.isLayoutContainer=false.

       isLayoutContainer=true:
The container is used for layout the view, it does not have any semantic properties.
In this case you do not have to define a defaultButton.

       isLayoutContainer=false:
The container is used for the layout and represents semantic grouping, for instance, it groups labels and input fields in a form.
In this case an accessibilityDescription must be defined and a defaultButton can be used. The defaultButtonId property is therefore only available if LayoutContainer is set to false. The accessibilityDescription property is also only available if LayoutContainer is set to false.

 

End of Content Area