I have a IKImageBrowserView embedded inside an NSScrollView. I\'m trying achieve scroll bars like those we can see in Lion or other apps like Sparrow and Reeder. I would like my scroll bars to go ove
I\'m making a Mac app whi开发者_StackOverflowch needs to know when the user is scrolling the NSScrollView, however, I can\'t find any methods like UIScrollView, which has the following delegate method
I have a custom NSView that lives inside of a NSScrollView that is in a NSSplitView. The custom view uses the following drawing code:
I have an NSTableView, created from IB, that I want to only autohide the horizontal scroller on.The main reason I want to do this is because it se开发者_C百科ems the NSTableView corverView only get\'s
I\'d like to add some controls above the contents of an NSOutlineView that has NSTableViewSelectionHighlightStyleSourceList set so that it looks like a Finder/iTunes/iPhoto-like source list. The contr
I\'m just starting out with obj-c, I\'m trying to build an importer to fetch a couple numbers from a piece of formatted text. I started with a wrapping TextField and was able to both get the text into
I\'m trying to draw a custom NSScroller and I got mostly everything I wanted to work to work but, when I try and get rid of the knobSlot, it will just continuously re-draw the knob:
I\'ve got a IKImageBrowserView in an NSScrollView and I want to lay it out so it only scrolls from left to right.
I have an NSScrollView containing an NSImageView, which resizes based on various factors. When it resizes I have generally changed the image, so I scroll the NSScrollView to the top. This works fine.
I have a custom view subclass similar to NSBox that draws a rounded box background. The problem 开发者_JAVA技巧is that if I place a view like an NSTableView in the box view, it does not clip to the ro