Re: Grid control question
Re: Grid control question
- Subject: Re: Grid control question
- From: Clark Cox <email@hidden>
- Date: Mon, 14 Nov 2005 20:13:05 -0500
You can accomplish this with a stock NSTableView by subclassing
NSTableColumn, and using that subclass as the table's second column.
In your subclass, overload:
- (id)dataCellForRow:(int)row;
and return the appropriate cell for each row.
On 11/14/05, XStandard Vlad Alexander <email@hidden> wrote:
> This may be slightly off topic, sorry, but we could use some help with this. Our
> application needs to use a grid control like the one found in XCode's "Project Info"
> dialog box, where a single column can contain different sub-controls like a checkbox,
> listbox or textfield. Is this control available to application developers?
--
Clark S. Cox III
email@hidden
http://clarkcox3.livejournal.com/
http://homepage.mac.com/clarkcox3/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden