Why is wxWindowBase::DoGetBestSize() returning wxSize(0, 0) if the window only has scrollbars? I thought it would at least return the size needed for the scrollbars (see also my topic related to wxTreeBook). In other implementations than in the Mac version it might be different. Hartwig