NSTableView and variable row heights problem
NSTableView and variable row heights problem
- Subject: NSTableView and variable row heights problem
- From: Greg Herlihy <email@hidden>
- Date: Fri, 14 Oct 2005 02:59:52 -0700
- Thread-topic: NSTableView and variable row heights problem
Has anyone implemented an NSTableView with variable row heights using
Tiger's table delegate routine tableView:heightOfRow:?
I can create a table with variable row heights without a problem. I find
though that as soon as I sort the table by clicking on a column header, the
table becomes a jumbled mess with rows being drawn such that they overlap
each other, while clicking on individual rows shows by highlighting where
the rows "really" are.
I guess my problem is either an update problem, or that the row heights are
not being sorted with the rows. I'm not sure where the program should be
storing the row heights so that it can apply the same height to the same row
no matter how the table is sorted.
Thanks,
Greg
_______________________________________________
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