Re: How to scroll images with NSImageView

2010-07-13 Thread Graham Cox
On 13/07/2010, at 9:43 PM, Vincenzo Morgante wrote: > Hi,I'm a newbie and I should create a window with an image ("resource.png") > from resource folder of my XCode project. I realized that I should use > NSImageView and embed it in a scroll view, but the image is not entirely > showed because

How to scroll images with NSImageView

2010-07-13 Thread Vincenzo Morgante
Hi,I'm a newbie and I should create a window with an image ("resource.png") from resource folder of my XCode project. I realized that I should use NSImageView and embed it in a scroll view, but the image is not entirely showed because too large: why are the scrollers not shown? Thanks a lot! Vin