Re: Wrapping in a Matrix
Re: Wrapping in a Matrix
- Subject: Re: Wrapping in a Matrix
- From: Stéphane Sudre <email@hidden>
- Date: Thu, 20 Nov 2003 19:11:18 +0100
On Thursday, November 20, 2003, at 06:10 PM, Lee Morgan wrote:
Is there any easy way to make a matrix wrap its contents other than
manually deleting the columns and creating new rows then repositioning
all the cells?
I'm trying to make a thumbnail matrix like iPhoto's but I can't find
an easy way to wrap the contents of the matrix once the user resizes
the thumbnails (NSImageCell) to the point where the columns go outside
the matrix view.
The easiest way to get such a behavior (` la ResEdit) would be to use a
custom View/Control.
Also any help on getting ImageCells to act like buttons (so when the
user double clicks on them I can perform an action) would be nice.
Do you mean like the method setDoubleAction: described in the NSMatrix
documentation?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.