• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >[newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar (From: "Tobias R." <email@hidden>)
 >Re: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar (From: Stephane Sudre <email@hidden>)

  • Prev by Date: Re: AppleScript Support with Plugin
  • Next by Date: Re: AppleScript Support with Plugin
  • Previous by thread: Re: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar
  • Next by thread: No track index in iTunes SB?
  • Index(es):
    • Date
    • Thread