Re: Auto size table column to fit content?
Re: Auto size table column to fit content?
- Subject: Re: Auto size table column to fit content?
- From: j o a r <email@hidden>
- Date: Tue, 21 Jun 2005 11:59:11 +0200
On 21 jun 2005, at 11.28, Lee Morgan wrote:
I'm guessing that there isn't such a method and as such I need to
implement something that cycles though my table content finding the
longest one (nstring here) and set it to fit that?
Correct.
Note that if you have a lot of data, or data that changes a lot, it
can be clever to only look at the visible values - and not loop over
the whole data set every time it changes. The easiest thing to do
that is to intercept the values returned from the table view data
source.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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