On 3/10/08, Stephane Sudre <[EMAIL PROTECTED]> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to