Re: Making Columns like in NSTableView
Re: Making Columns like in NSTableView
- Subject: Re: Making Columns like in NSTableView
- From: Sherm Pendley <email@hidden>
- Date: Fri, 22 Mar 2002 16:34:24 -0500
On Friday, March 22, 2002, at 03:32 PM, Matt Thomas wrote:
I want to make a view that has a number of columns that behave
similarly to the columns in NSTableView. The thing is, aside from the
header in the column, I want the rest of the column just for drawing.
No rows, no text boxes, just a view to draw in.
You could use an NSTableView with only one row in it, and a subclass of
NSCell to do the drawing.
sherm--
_______________________________________________
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.