Re: ColoredRowTableView
Re: ColoredRowTableView
- Subject: Re: ColoredRowTableView
- From: j o a r <email@hidden>
- Date: Tue, 15 Oct 2002 22:09:59 +0200
Don't use that method - it will only color the parts of the table view
covered by rows, and a table view often contains fewer rows than the
table is high leaving an unsightly white area below the last row.
Simply use the other method mentioned in this thread, all it requires
is a very slim subclass to NSTableView - and it works for image cells.
j o a r
On Tuesday, Oct 15, 2002, at 21:47 Europe/Stockholm, Jeremy Dronfield
wrote:
Is there a way to do this if the data cell for one of the table
columns is an NSImageCell?
_______________________________________________
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.