Re: How to show wrapped text in table view
Re: How to show wrapped text in table view
- Subject: Re: How to show wrapped text in table view
- From: Ondra Cada <email@hidden>
- Date: Mon, 11 Nov 2002 14:55:43 +0100
On Monday, November 11, 2002, at 12:34 , Rakesh Pandey wrote:
I have to show some data in a table view. One of the columns is set to
wrap
the text if it longer than the columns width. When I do so the text is
wrapped but I want the hieght of that particular row to be reset so that
I
can see the entire text.
It's nearly impossible: for many reasons, the table view is designed so
that all rows have the same height.
Check archives; I kind of recall there were a few NSTableView subclasses
which more or less supported that. If you don't bump into one, you'd have
to DIY.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.