|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
It involves subclassing NSTableView *and* NSTableColumn and it uses two private methods of NSTableView - since I couldn't get autosaving to work properly without them.
@interface AMRemovableTableColumn : NSTableColumn { IBOutlet AMRemovableColumnsTableView *mainTableView; }
- (BOOL)hidden; - (void)setHidden:(BOOL)flag;
-corbin _______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
| References: | |
| >Show/Hide columns in NSTableView? (From: Fredrik Olsson <email@hidden>) | |
| >Re: Show/Hide columns in NSTableView? (From: Andreas Mayer <email@hidden>) |
| Home | Archives | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.