OK, this thing has been bugging me for quite some time.
I've got an NSScrollView
(X= 258, Y= 322, W=516, H=653)
with a view in it (X= -283, Y= -215, W= 1800 H= 1800), and I'm desperately trying to make it scroll to the top-left corner.
I've tried [[_previewScrollView contentView] scrollToPoint:NSMakePoint(0,0)];
but it didn't help.
Any ideas?