Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Column height in Column Layout in ExtJS 4

Tags:

extjs

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

like image 338
Guy Fawkes Avatar asked Feb 20 '23 14:02

Guy Fawkes


1 Answers

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

like image 55
Evan Trimboli Avatar answered Feb 27 '23 17:02

Evan Trimboli