Doug Brown wrote:
> Use NSText's scrollRangeToVisible: method. Since NSTextView inherits from
> it, it also has this method.
>
> Here's how I scrolled to the end.
>
> [textView scrollRangeToVisible:NSMakeRange([[textView string] length] - 1,
> 0)];
Cool, that works great. Thanks.
--
XML is a prime example of retarded innovation.
-- Erik Meijer and Peter Drayton, Microsoft Corporation
>> Stay informed about: Autoscrolling an NSTextView