NSTableView fixed columns
NSTableView fixed columns
- Subject: NSTableView fixed columns
- From: Dave Rosborough <email@hidden>
- Date: Wed, 18 Feb 2004 22:33:43 -0800
Hello all!
I currently have a subclass of an NSTableView in which I'm displaying a
whole bunch of columns. Basically, what I'd like to do is keep two or
three columns fixed in place on the left side of my view, and be able
to scroll through the rest of the columns horizontally - the columns on
the left need to be visible all the time.
What is the best way to go about implementing this? Is there a
convenient way to subclass NSTableView to do this, or do I create two
separate tableviews side by side and make them subviews in a
scrollview?
If anyone has any suggestions on how to get started, I'm sure I can
figure it out... just having a hard time deciding what is the best
approach to start hacking away at.
Thanks!
DaveR
_______________________________________________
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.