Re: NSScrollView and general IB annoyance
Re: NSScrollView and general IB annoyance
- Subject: Re: NSScrollView and general IB annoyance
- From: Brian Hook <email@hidden>
- Date: Sun, 30 Sep 2001 14:13:49 -0700
At 02:07 PM 9/30/01 -0700, Henri Lamiraux wrote:
Scroll View on the palette won't happen because of the way the appkit
deals with scrolling. Do you know you can use the Layout -> Group In Menu
item to group something in a scroll view?
Fair enough. This is confusing, but I'm not sure how it could be made less
confusing given the way NSScrollView operates. The problem is that you're
taught to use the IB View palette to place just about any kind of view in a
window, but NSScrollView is a rather odd exception because of the way it
operates. This makes sense once you know about it, but when learning it
can be very frustrating.
Brian