Re: How to code a TableView into a CustomView?
Re: How to code a TableView into a CustomView?
- Subject: Re: How to code a TableView into a CustomView?
- From: "Erik M. Buck" <email@hidden>
- Date: Fri, 9 Nov 2001 10:58:54 -0600
First, NSTableView already has the ability to add and remove columns.
Second, read the documentation on NSView paying attention to -addSubview:
and -removeFromSuperview:
Third, users generally hate it when views appear and disappear. Consider
having all of the tables visible all of the time and disabling tables that
are not relevant at the moment. That way users know everything that is
available and are not surprised by new tables appearing or disappearing.
----- Original Message -----