nsscroller
How to change NSScroller length
Is there any api to change the scroller length,I would like to do the same without subclassi开发者_如何学Gong NSScroller.NSScroller (as a subclass of NSView) has a setFrame: method that takes an NSRec[详细]
2023-04-02 11:20 分类:问答Modifying the length of an NSScroller
I\'m using an NSScrollView in my Cocoa application, and I want to customize the length of the horizontal scroller. The content of the scroll view is broken up into two main areas: a fixed-width area o[详细]
2023-03-28 14:29 分类:问答Subclass of NSScroller not drawing
I have an NSScrollView and I\'d like to know when the user mouseDown\'s on it\'s NSScroller.When subclassed NSScroller(to override mouseDown), my NSScrollView\'s horizontal scroller is no longer drawn[详细]
2023-03-14 06:39 分类:问答Set vertical scroller style in NSScrollView
How can I se开发者_运维技巧t the vertical scroller style in NSScrollView?If you\'re using Interface Builder, deselect \"automatically hide scrollers\". The scroll bars then become visible. Click a scr[详细]
2023-03-13 04:19 分类:问答Can NSScrollView scroll if setHasHorizontalScroller:NO?
Is it possible to \'开发者_StackOverflowhide\' the scrollers of an NSScrollView and still get gestural scrolling behavior?Create an NSScroller subclass and set it as the vertical/horizontal scroller f[详细]
2023-03-06 06:43 分类:问答Equivalent of UIScrollViewDelegate in Cocoa?
I am implementing a custom NSScroller class and I need to know when the scrollview is about to scro开发者_StackOverflow社区ll and when it finished doing so. What would be an equivalent of UIScrollView[详细]
2023-02-24 19:21 分类:问答NSScrollview and transparent, overlay NSScroller subclasses
I have mad开发者_运维百科e a slick NSScroller subclass, but can\'t figure out how to make it overlay on top of the NSScrollView instead of pushing the documentView aside.[详细]
2023-02-16 08:09 分类:问答-
Custom NSSroller inside NSScrollView
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[详细]
2023-02-15 10:07 分类:问答 How to make knob track of a NSScroller transparent?
This is my application screenshot.There is only one NSScrollView on the window.开发者_运维技巧I have made the other parts of the scrollview transparent,except the knob slot.[详细]
2023-02-08 01:21 分类:问答Drawing custom NSScroller in NSScrollView problem
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:[详细]
2023-02-06 18:22 分类:问答