StackLayout

Example

Razor
<kendo-stacklayout>
    <container></container>
</kendo-stacklayout>

ChildTags

Tag NameDetails
containerStackLayoutContainerTagHelper

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
heightStringDefines the height of the stack container. Accepts css unit value (ex: 800px).
horizontal-alignHorizontalAlignDefines the horizontal align of the items in the stack. Default value is Stretch.
orientationStackLayoutOrientationDefines the orientation of the items in the stack. Default value is Horizontal.
script-attributesIDictionary<String,Object>
spacingStringDefines the spacing between items in the stack. Accepts css unit value (ex: 10px).
vertical-alignVerticalAlignDefines the vertical align of the items in the stack. Default value is Stretch.
widthStringDefines the width of the stack container. Accepts css unit value (ex: 500px).
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBoolean
has-client-componentBoolean
sanitize-idBoolean
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support