Hi All,

I’m using the code below to set the position of a Scroll View:

NSPoint pt = NSMakePoint(0,[[self.pValidationIssueScrollView documentView] 
bounds].size.height);
[[self.pValidationIssueScrollView documentView] scrollPoint:pt];

However it doesn’t seem to do anything. The Clip View of the NSScrollView is 
Flipped, does this make a difference? Also there is an NSStackView inside the 
Clip View. 

Any ideas why this is not working?

Thanks a lot for any help,
Dave


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to