NSCollectionView horizontal scrolling problem
NSCollectionView horizontal scrolling problem
- Subject: NSCollectionView horizontal scrolling problem
- From: Livio Isaia <email@hidden>
- Date: Sun, 26 Jan 2014 13:47:40 +0100
Hi all,
I have a NSCollectionView that displays some NSView objects in one column only. Now I want to programmatically increase the width of one (or all) object to show more details in it, so:
[myObject setFrameSize:newSize];
[collectionView setFrameSize:newSize];
but the NSCollectionView doesn’t enable horizontal scrolling (of course I have NSScrollView->NSClipView->NSCollectionView).
Any idea on how to accomplish that?
Thank you all in advance,
best regards,
livio.
_______________________________________________
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