Re: NSTableView and variable row heights problem
Re: NSTableView and variable row heights problem
- Subject: Re: NSTableView and variable row heights problem
- From: Corbin Dunn <email@hidden>
- Date: Mon, 17 Oct 2005 13:16:11 -0700
Greg and Timothy,
Make sure that the heights returned are integer heights; IE, try
flooring the result.
-corbin
Am Oct 14, 2005 um 2:59 AM schrieb Greg Herlihy:
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.
_______________________________________________
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