Из документации ExtJS:
flex : Number
This configuration option is to be applied to child items of the container managed by this
layout. Each child item with a flex property will be flexed horizontally according to each
item's relative flex value compared to the sum of all items with a flex
value specified. Any child items that have either a flex = 0 or flex = undefined will not
be 'flexed' (the initial size will not be changed).
Но документация не дает ясного представления о том, как это влияет на макет и как его использовать. Кроме того, я не смог найти хороших учебников / примеров о том, как использовать его в Google.
Цените, если кто-то может пролить больше света на это.