Re: displaying image and multiple rows of text in NSTableView row
Re: displaying image and multiple rows of text in NSTableView row
- Subject: Re: displaying image and multiple rows of text in NSTableView row
- From: Jens Alfke <email@hidden>
- Date: Mon, 3 Mar 2008 14:02:37 -0800
On 3 Mar '08, at 6:34 AM, Nick Rogers wrote:
Now I need to show an icon in every row
Add a new column and make its data cell an NSImageCell in IB.
and also have to display 2 rows of text in one row of tableView.
Is it possible, if yes then how and can i incresse a row's width to
accomodate two rows of text?
You mean increase its *height*, don't you? Look at the NSTableView
data-source API (in NSTableView.h) for the methods that let you
specify custom row heights.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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