New to Telerik UI for ASP.NET Core? Download free 30-day trial

StackLayoutTagHelper

Example

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

ChildTags

Tag Name Details
container StackLayoutContainerTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
height String Defines the height of the stack container. Accepts css unit value (ex: 800px).
horizontal-align HorizontalAlign Defines the horizontal align of the items in the stack. Default value is Stretch.
orientation StackLayoutOrientation Defines the orientation of the items in the stack. Default value is Horizontal.
spacing String Defines the spacing between items in the stack. Accepts css unit value (ex: 10px).
vertical-align VerticalAlign Defines the vertical align of the items in the stack. Default value is Stretch.
width String Defines the width of the stack container. Accepts css unit value (ex: 500px).
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-child-component Boolean
has-client-component Boolean
sanitize-id Boolean
In this article
Not finding the help you need?