wx.FlexSizerGrowModeΒΆThe FlexSizerGrowMode enumeration provides the following values:
| Description | Value |
|---|---|
wx.FLEX_GROWMODE_NONE |
Don’t resize the cells in non-flexible direction at all. |
wx.FLEX_GROWMODE_SPECIFIED |
Uniformly resize only the specified ones (default). |
wx.FLEX_GROWMODE_ALL |
Uniformly resize all cells. |