Hello all,

        I'm having kind of troubles with embedded collection views.
        I'm displaying a list of items vertically, each of these items may have 
subitems i list in another collection view, this time horizontally.
        Everything fine so far, the NSCollectionViewItems get loaded well, for 
both the parent list and the child lists.
        Now, a sublist's too long to be displayed, the horizontal  scroller 
appears but scrolling won't do anything on this sublist.
        I subclassed NSScroller + NSScrollView and stepped the code, and all I 
can tell to this point, is that the embedded scrollview receives events 
(especially the scrollWheel: message),
        but, it does nothing. The document rect is desperatly the same.
        I tried to put an NSTextView instead of the nested collectionview and 
the same behaviour is shown. So i don't even know whether it's a scrollview or 
collection view issue.
        
        I'd be ready to write a hand made collectionview if i was sure i won't 
get the same problem because of embedded scrollviews.

        Thanks in advance.

_______________________________________________

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