Re: Simple "SpreadSheet"
Re: Simple "SpreadSheet"
- Subject: Re: Simple "SpreadSheet"
- From: Timothy Ritchey <email@hidden>
- Date: Thu, 28 Mar 2002 08:38:52 -0500
Check out the NSMatrix class. That should be able to do what you want.
tim
On Thursday, March 28, 2002, at 08:27 AM, K.K.Chan wrote:
Hello,
I have a long list words, I would like to put into a table consists of
few rows and columns, something like spreadsheet but much simpler. At
first I thought NSTableView is perfect but it turn out that only a row
or a column of words can be selected. I just need to select one word at
one cell. No multiple selection and no editing at cell.
Is it possible to subclass or change NSTableView to do something like I
mention above ?
if NSTableView is not suitable, is there another control (from third
party ??) that do such thing ?
K.K.Chan
_______________________________________________
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.
_______________________________________________
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.