I'm having some trouble with an IKImageBrowserView in a layer-backed NSScrollView. Everything works fine when the scrollers are hidden, but as soon as I have too many images to fit in the view, it gets confused. Specifically, when I scroll all the way to the bottom, I see my last row of images just fine. But as I scroll upwards, more and more of the view gets clipped, when I get to the top, the view is empty.

I've tried turning off layer-backing, and it works perfectly - I only have the problem when layer-backing is on (I'm calling [view setWantsLayer:YES] on an ancestor of the scroll view). Is there anything I can do to fix this?

        thanks,
        -Dan Treiman
_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to