StackLayout
Example
Razor
<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. |
script-attributes | IDictionary<String,Object> | |
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-module | Boolean | |
has-client-component | Boolean | |
sanitize-id | Boolean |