Re: FlexGrid and Gridbag sizers do not fill entire window like grid sizer
M A <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
> On May 24, 2019, at 3:01 PM, Dietmar Schwertberger <[email protected]> wrote: > > On 24.05.2019 13:14, M A wrote: >> Hi, when adding a FrexGrid or GridBag sizer to a window, they cover only part of a window. Could they cover the enter window like the Gridbag does? > > You proably did not set growable rows/cols. > > Regards, > > Dietmar That solved the problem. Thank you.