Hbox

The hbox component is used to create a horizontally oriented box. Each component placed in the hbox will be placed horizontally in a row.

<zk>
    <vbox>    
        <button label="Button 1"/>        
        <button label="Button 2"/>        
    </vbox>    
    <hbox>    
        <button label="Button 3"/>        
        <button label="Button 4"/>        
    </hbox>    
</zk>

Class Name

org.zkoss.zul.Hbox

Supported Child Components

*ALL

Supported Events

*NONE

Properties

*NONE

Methods

*NONE

Inherited From