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.
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 mails | Author | Date |
|---|---|---|
| Tobias R. | Mar 10, 12:54 | |
| Stephane Sudre | Mar 10, 14:36 | |
| Tobias R. | Mar 13, 17:54 |






Cocoa mail archive

