Re: Not able to select a single cell in NSTableView control
Re: Not able to select a single cell in NSTableView control
- Subject: Re: Not able to select a single cell in NSTableView control
- From: j o a r <email@hidden>
- Date: Tue, 22 Apr 2003 13:10:57 +0200
You should probably use a NSMatrix instead of a table view.
You can place the matrix inside a scroll view if you plan to have a
variable number of rows.
j o a r
On Tuesday, Apr 22, 2003, at 12:54 Europe/Stockholm, Manish Pattath
wrote:
I have made an application in Cocoa using NSTableView
control. I have made each cell as an NSImage cell. I
am able to display the images in each of the cell.
But the problem is I am able to select either the
entire row or column but not a single ImageCell
showing the image.
Can anybody let know if it is possible to select a
single cell in NSTableView control.
Any sample code is also welcome.
_______________________________________________
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.