VBox

A Box layout that defaults to horizontal : false.

The following:

 layout : {
     type : 'vbox'
 }

Is equivalent to:

 layout : {
     type       : 'box',
     horizontal : false
 }

Configs

10

Properties

5

Class hierarchy

isVBox: Boolean= truereadonly
Identifies an object as an instance of VBox class, or subclass thereof.
isVBox: Boolean= truereadonlystatic
Identifies an object as an instance of VBox class, or subclass thereof.

Other

gapBox
ownerLayout