Column height in Column Layout in ExtJS 4

extjs

Solution

Don't use `column` layout. Instead, use a `hbox` layout with `align: 'stretch'`

Problem

How to set columns' height in layout? I want to fill the Container where they are.

Original source