Re: NSTextView
Re: NSTextView
- Subject: Re: NSTextView
- From: koko <email@hidden>
- Date: Wed, 06 Jun 2012 22:00:14 -0600
Got it …
[m_clipView scrollToPoint:m_origin];
[m_scrollView reflectScrolledClipView:m_clipView];
-koko
On Jun 6, 2012, at 9:47 PM, koko wrote:
> On an NSTextView I call -selectAll: and then -insertText:
>
> This scrolls the view to the end of the text.
>
> How would I scroll the view to the top of the text?
>
> -koko
> _______________________________________________
>
> 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
>
_______________________________________________
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: | |
| >NSTextView (From: koko <email@hidden>) |