[2.7.0-1 wxMac] Problems (bug?) with wxScrolledWindow
Kevin Ollivier
kevino at theolliviers.com
Sat Aug 26 16:45:51 PDT 2006
Hi Hartwig,
On Aug 26, 2006, at 3:51 PM, H wrote:
[snip]
>
> Then, the scrollbars are gone again. It seems to be that the SetSize
> method lets the scrollbars disappear. Why I do not know because I
> am not
> so familiar with the Mac interface routines.
> In the very first example SetSize is not explicitely called but I
> guess
> implicitely.
>
> Any ideas?
The issue is that wxALWAYS_SHOW_SB is not implemented for wxMac, so
it only adds scrollbars when you have content that exceeds the
physical dimensions of the window. See the wxWindow docs for this
flag for more info.
Regards,
Kevin
> Hartwig
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
More information about the wx-users
mailing list