osx - Link scrolling of two tables -


how can link (synchronize) scrolling of 2 nstableviews (or underlying nsscrollviews) in cocoa appkit?

i tried setting scroller of 1 scroller of other, results in second table losing control of scroller (i.e. no longer appears beside table).

an earlier question addressed uikit, appkit nsscroller not appear provide equivalent interface.

any appreciated!

see scrollview programming guide's section on synchronizing scroll views.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -