Please ignore the post, the problem was the following line:
panelSizer.Add(wxStaticText(self, -1, 'Search Results ...'), -1,
wxTOP, 3)
Once I changed the the proportion to 0 it worked fine.
I had switched from a GridSizer to a BoxSizer, and the BoxSizer didn't like
the -1.
Thanks,
Rick Lawson