Fit window using wx.grid.Grid

Hi all.

I’m looking for a simple mode to to obtain automatic fit-to-window effect using a wx.grid.Grid object inside on of my window.
By now my 4 column grid has many white space on the right but I find this very ugly, better if all column expand or collapse based on window size change!

Is there a way to get this to works?