wxGrids as children of wxSplitterWindow

Hi,

Just a quick question: I have a wxSplitterWindow with 2 wxGrids as its
children (with a vertical split). I can't figure out how to make the
initial size of the frame that encompasses the wxSplitterWindow to be
based on the size of the grids it holds.

In summary, this is what I've got:
wxFrame contains wxSplitterWindow contains wxGrid (x2)

The problem is that when the app is started, it is only a couple of
pixels wide, rather than big enough to show the two grids in the
splitter window. Putting the wxSplitterWindow into a sizer and telling
it to autolayout doesn't work either.

Any suggestions please?

Thanks
Meri

ยทยทยท

--
"Because it's not *always* the quiet ones"

<shameless plug> http://blog.meriwilliams.com/ </shameless plug>