Centering a view in an NSScrollView
Centering a view in an NSScrollView
- Subject: Centering a view in an NSScrollView
- From: Dustin Mierau <email@hidden>
- Date: Sat, 19 Jan 2002 19:32:03 -0800
I have a view in an NSScrollView, when the contentSize of the
scrollview is larger than my view I want my view to appear
centered within the scrollview, even as the scrollview is being
resized. Right now it is tagged to the bottom left. I know I can
return YES from the isFlipped method to tag it to the top left,
but like I said, I want it centered. There does not seem to be a
good way to do this, any ideas?
Thanks,
-dustin