Re: Help with spanning widgets over multiple rows
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 31.12.2018 06:04, M A wrote: > I am trying to span a Listbox control over multiple rows but for some reason the span controls are greyed out in the properties window. I am using a GrigBagSizer and have checked the wxEXPAND checkbox. Is there some reason why wxGlade would prevent a widget from being spanned? The span controls are greyed out if e.g. the cells to the right or to the bottom are not empty or not available. You probably have to add a row and/or column first. wxEXPAND is not related to this. This will control whether the widget will fill the cell. Regards, Dietmar