Scrolling
Scrolling
- Subject: Scrolling
- From: Ben Woodward <email@hidden>
- Date: Thu, 12 Jul 2001 18:37:45 +0100
Hi there,
I am writing an app which is displaying a load of text (potentially). It
would be really cool, if I could tell my window to jump to the bottom of the
page at certain point (like Terminal can) : when new stuff arrives, on
opening the window, when I feel like it would be the least opportune moment,
oh hang on I'm not writing a M$ app! :) It looks like in NSClipView, there
is a method called:
public void scrollToPoint(NSPoint newOrigin). This seems really cool, but
unfortunately, I am new enough to all this to not have a clue how to use it.
Any suggestions would be much appreciated.
Sincerely, Ben