Skip navigation.
 
mlRe: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar
FROM : Tobias R.
DATE : Thu Mar 13 17:54:40 2008

On 3/10/08, Stephane Sudre <<email_removed>> 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.

Related mailsAuthorDate
ml[newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar Tobias R. Mar 10, 12:54
mlRe: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar Stephane Sudre Mar 10, 14:36
mlRe: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar Tobias R. Mar 13, 17:54