vlayout

Purpose

The vlayout component is a simple vertical oriented layout. Added components will be placed underneath each other in a column.Notice that hlayout and vlayout do not support splitter, alignment and packing. If you need them, please use ZK Component Reference/Layouts/Hbox and ZK Component Reference/Layouts/Vbox instead.

Examples

<z:vlayout>
    <z:button label="Button 1"/>
    <z:button label="Button 2"/>
</z:vlayout>
<z:hlayout>
    <z:button label="Button 3"/>
    <z:button label="Button 4"/>
</z:hlayout>

Description

Attributes

ZK Official Reference

Component Reference

Show vlayout Component Reference

Java API

Show vlayout Java API