Re: why doesn't my scrollview scroll ... solved
Re: why doesn't my scrollview scroll ... solved
- Subject: Re: why doesn't my scrollview scroll ... solved
- From: Scott Anguish <email@hidden>
- Date: Sat, 3 Jun 2006 13:22:50 -0400
On Jun 3, 2006, at 1:11 PM, Martin Redington wrote:
As it turns out, the scrollview I was creating was not tall enough
to get a scrollbar!
Somewhere around 88 pixels seems to be the minimum, for regular
sized scrollers ...
you may also have additional issues with the resizing flags if the
window is resizable.
the default contentView of a window has no autoresizing flags set.
When that is the case, autoresizing of subviews is disabled.
See the note in the docs here - <http://developer.apple.com/
documentation/Cocoa/Conceptual/CocoaViewsGuide/
WorkingWithAViewHierarchy/chapter_4_section_6.html#//apple_ref/doc/
uid/TP40002978-CH4-SW2>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden