Show TOC

TileLayout PropertiesLocate this document in the navigation structure

  • allowedColCounts

    You can specify a list of integer values separated by spaces. Line breaks are inserted only after the defined number of columns.

    Example: You have specified a value of "2 3 5". Container children are displayed only in 2, 3, or 5 columns.

    If you have not specified a value for this property, any number of columns is possible.

  • cellPadding

    This property sets a padding around the tile.

    Possible Values:
    • none
    • small
    • medium
    • large
  • minCellWidth

    Sets the minimum width (in px) of a container child. If the width of the container children is less than this value, the container children are rearranged. If minCellWidth = 0, the Web Dynpro framework attempts to calculate the width of the largest container child itself.