Tagged Questions

0
votes
1answer
217 views

Fitting a big grid (wxGrid) in a dialog (wxDialog)

Here is my layout: I have a sizer that contains a grid (with a proportion of 1) and a ok/cancel button bar The all thing is in a wxDialog Here it is: ||||||||||||||| | | | GRID ...
0
votes
3answers
2k views

How do I expand a wx.sizer of a wx.panel when the panel is expanded inside another wx.sizer?

I have a wx.Panel that has a GridBagSizer associated with it. This panel is placed inside another Sizer (BoxSizer), whose add has the expand flag - meaning that the panel takes up the full width of ...