Re: Adding multiple NSTextViews inside one NSScrollView
Re: Adding multiple NSTextViews inside one NSScrollView
- Subject: Re: Adding multiple NSTextViews inside one NSScrollView
- From: Kyle Sluder <email@hidden>
- Date: Mon, 16 Mar 2009 10:39:24 -0400
On Mon, Mar 16, 2009 at 9:17 AM, Ashish Tiwari
<email@hidden> wrote:
> The behavior I want is that when user scrolls the shared ScrollView all 3
> textviews should scroll simultaneously.
Ah, is this kind of like a 3-way diff? I had originally envisioned
something like a three-column document layout, almost like a
newspaper.
If it better models your user's mental model, that's all well and good
to have three separate text views. They definitely can't belong to
the same scroll view, however. You'll have to use separate scroll
views and synchronize them.
--Kyle Sluder
_______________________________________________
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