Another different Tableview rowHeight
Another different Tableview rowHeight
- Subject: Another different Tableview rowHeight
- From: "Mark's Studio" <email@hidden>
- Date: Mon, 10 Jun 2002 23:39:13 +0200
I have a single column tableview where i want to have some of the cell
to wrap.
To me it looks like rowHeight is called for every cell,
if i overwrite -(float)rowHeight and return a different size than the
one set in IB or with setRowHeight
everything behaves normal, which makes me believe that if there was
somehow a way to get the row number from super,
so i could check if the cell at that row wraps and then return a double
height it would work.
So is there a way to read any of the superclass private variables?
Or another way of getting the row number when NSTableView ask for
rowHeight?
This is just another try, im not sure if it would work if i did know the
row number.
Is there anyone else that have fixed it?
Peter Mark
Mark's Recording Studio A/S
Faelledvej 19 b DK2200 N
Copenhagen Denmark
Tel: +45 35366078 Fax: +45 35366038
www.marks-studio.dk
email@hidden
_______________________________________________
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.