Skip navigation.
 
mlRe: I want a scrollbar
FROM : tonycate
DATE : Sun Nov 03 23:01:24 2002

On Sunday, November 3, 2002, at 02:18  PM, Steve Mills wrote:

> I'm having a helluva time trying to figure out how to get a horizontal
> scrollbar to show up in my NSView subclass.


This is pretty basic stuff that is covered in the books currently
available. Basically, the NSView gets nested in the NSScrollView.
Interface Builder has a menu option to make it easy for us Layout->Make
Subviews Of -> Scroll View.

As for the books, I like 'Building Cocoa Applications' and 'Cocoa
Programming'.
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlI want a scrollbar Steve Mills Nov 3, 21:18
mlRe: I want a scrollbar tonycate Nov 3, 23:01
mlRe: I want a scrollbar Steve Martin Nov 4, 01:26