Re: NSScrollView: Limiting scrolling size...
Re: NSScrollView: Limiting scrolling size...
- Subject: Re: NSScrollView: Limiting scrolling size...
- From: Brian Webster <email@hidden>
- Date: Sun, 14 Oct 2001 13:12:42 -0500
On Saturday, October 13, 2001, at 05:52 PM, cocoa-dev-
email@hidden wrote:
Since the view could be of any size, I would think I would need to:
calculate the maximum size of the image, add the size of the scroll
bars, add the size of the padding space from the window edge, and then
set the maximum size of the window. Is there an easier way of
accomplishing this?
Well, for calculating the max size of the scroll view, you might
want to look at +[NSScrollView
frameSizeForContentSize:hasHorizontalScroller:hasVerticalScroller:borderType:
], which will give you the size of the scroll view for a given
content size.
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster