Grid not being refreshed by container window(s)

Running Win2000( and XP ), wx2.4.2.4

I have an issue with some nested windows and I've attached a sample below.
note: When I run this sample against wx2.6 it works fine.

In summary, I have a grid in a splitter window, which is inside of a notebook, which is inside of another splitter window. The grid's scroll bars do not appear until you click on them and I'm wondering what the correct way to manually manage refresh problems like this might be, since I can't upgrade to 2.6 right away.

Thanks,
Mike

Michael Beaulieu wrote:

Running Win2000( and XP ), wx2.4.2.4

I have an issue with some nested windows and I've attached a sample below.
note: When I run this sample against wx2.6 it works fine.

In summary, I have a grid in a splitter window, which is inside of a notebook, which is inside of another splitter window. The grid's scroll bars do not appear until you click on them and I'm wondering what the correct way to manually manage refresh problems like this might be, since I can't upgrade to 2.6 right away.

Thanks,
Mike

And the code sample:

wxSplitterWindow.py (3.32 KB)