Making Columns like in NSTableView
Making Columns like in NSTableView
- Subject: Making Columns like in NSTableView
- From: Matt Thomas <email@hidden>
- Date: Fri, 22 Mar 2002 15:32:56 -0500
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.
So how can I go about doing this? I've been looking to see if I can use
NSTableColumn, NSTableHeaderCell, and NSTableView but they all seem to
be tied directly to NSTableView and difficult to use alone. thanks.
-Matt
_______________________________________________
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.