NSScrollView: why won't it scroll?
NSScrollView: why won't it scroll?
- Subject: NSScrollView: why won't it scroll?
- From: "David J. Stys" <email@hidden>
- Date: Tue, 29 Jan 2002 23:02:50 -0500
Hi,
I have an NSScrollView and made it to have a Subview which happens
to be an NSImageView. I used setHasVerticalScroller:YES. The Scrolling
column shows up, but it is inactive. I cannot scroll. And, my
NSimageView is bigger than the ScrolLView.
Instead of using subView of the contentView, do I need to use the
docmentView?
To be more detailed, I hope to display a bunch of ImageViews inside
a ScrollView, and be able to scroll vertically.
Thanks,
David