Skip navigation.
 
mlRe: NSScrollView - keep document view's top left pinned when resizing?
FROM : Matt Neuburg
DATE : Fri Jun 30 02:59:46 2006

On Thu, 29 Jun 2006 17:59:18 -0400, Jim Correia <jim.<email_removed>>
said:
>I have a trivial(*) NSView subclass contained inside an NSScrollView.
>
>I'd like to keep the top left pinned (like NSTextView and friends)
>when the scroll view resizes. By default, the bottom left of the
>visible rect is pinned.
>
>How do I pin the top left while resizing?


This is one of the most FAQs of all FAQs, so step one would be to check the
archives. Try this search in cocoabuilder: "nsview nsscrollview top left".
m.

--
matt neuburg, phd = <email_removed>, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>

Related mailsAuthorDate
mlRe: NSScrollView - keep document view's top left pinned when resizing? Matt Neuburg Jun 30, 02:59
mlRe: NSScrollView - keep document view's top left pinned when resizing? Jim Correia Jun 30, 04:09