Re: Scroll view within scroll view blocks scrolling
Re: Scroll view within scroll view blocks scrolling
- Subject: Re: Scroll view within scroll view blocks scrolling
- From: Kyle Sluder <email@hidden>
- Date: Thu, 28 Apr 2011 16:35:05 -0700
On Thu, Apr 28, 2011 at 4:12 PM, Indragie Karunaratne
<email@hidden> wrote:
> Despite the confusing title, I'm sure this is an issue that someone else has run into before. I have a parent scroll view that houses a bunch of subviews, including an NSTextView (and its own scroll view). The problem is that if I try to scroll vertically through the parent view, the text view's scroll view "blocks" my scrolling if I try to scroll while the cursor is within the text view. How can this be avoided?
By not embedding scroll views inside other scroll views?
Is there a reason you want to do this? Can you not just resize the
contents of the outer scroll view to fit your NSTextView plus whatever
other content you want?
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden