Re: how to implement equivalent of -[NSTableView _getFullyFormedCellAtColumn:row:]?
Re: how to implement equivalent of -[NSTableView _getFullyFormedCellAtColumn:row:]?
- Subject: Re: how to implement equivalent of -[NSTableView _getFullyFormedCellAtColumn:row:]?
- From: Steven Spencer <email@hidden>
- Date: Mon, 03 Oct 2005 12:06:42 +0100
I've attached (AutoRowHeightTableView.zip) a tableview and tablecolumn sub-class that I use to autosize row heights. This works with bindings or a datasource to retrieve a value at a column/row location.
- Steve Spencer
>Message: 3
>Date: Fri, 30 Sep 2005 16:47:59 -0700
>From: Corbin Dunn <email@hidden>
>Subject: Re: how to implement equivalent of -[NSTableView
> _getFullyFormedCellAtColumn:row:]?
>To: Jim Correia <email@hidden>
>Cc: Cocoa-Dev List <email@hidden>
>Message-ID: <email@hidden>
>Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
>> It appears that NSTableView uses -[NSTableView
>> _getFullyFormedCellAtColumn:row:] when it needs to do something
>> similar. Of course, that is a private method that I shouldn't use :-).
>>
>> How can I fetch the object value for a row and column if the table
>> view is using bindings?
>
>There is no easy way to do this. I'll log a bug requesting some API
>that is similar to _getFullyFormedCellAtColumn:row.
>
>thanks,
>corbin
Attachment:
AutoRowHeightTableView.zip
Description: Binary data
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden