Re: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar
Re: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar
- Subject: Re: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar
- From: "Tobias R." <email@hidden>
- Date: Thu, 13 Mar 2008 17:54:40 +0100
On 3/10/08, Stephane Sudre <email@hidden> wrote:
>
> Short answer: No.
>
> It might be easier to use 2 NSTableViews side by side, hide the
> vertical scrollbars on the leftmost tableview and synchronize the
> scrolling
Scrolling works.
MyController:
IBOutlet id leftScrollView;
IBOutlet id rightScrollView;
[[leftScrollView verticalScroller] bind:@"doubleValue"
toObject:[rightScrollView verticalScroller] withKeyPath:@"doubleValue"
options:nil];
> and selection (both key and scroller) in both tableviews.
Sorry, I don't get it. How should I do that?
Thanks in advance!
Tobias R.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden