<kendo:tileLayout-gap>

An object holding values that determine the spacing between the layout items horizontally and vertically.

Example

<kendo:tileLayout>
    <kendo:tileLayout-gap></kendo:tileLayout-gap>
</kendo:tileLayout>

Configuration Attributes

columns float

A value in pixels determining the space between horizontal spacing between the layout items.

Example

<kendo:tileLayout-gap columns="columns">
</kendo:tileLayout-gap>

rows float

A value in pixels determining the space between vertical spacing between the layout items.

Example

<kendo:tileLayout-gap rows="rows">
</kendo:tileLayout-gap>
In this article
Not finding the help you need?