hlayout

Purpose

The hlayout component is a simple horizontal oriented layout. Each component placed in the hlayout will be placed horizontally in a row.Notice that hlayout and vlayout do not support splitter. If you need it, please use Hbox and 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 hlayout Component Reference

Java API

Show hlayout Java API