I have an NSScrollview that takes up an entire window. The scrollview has a vertical scrollbarbut no horizontal scrollbar. The window color is gray. The window is resizable.
I am developing a web browser for a开发者_如何学Python touch-screen kiosk and the scrollbars on the WebView are impractically small for being able to scroll using them on a touch-screen.
I\'m trying to subclass NSScroller in order to draw my own scroller knob. To do this, I\'ve subclassex NSScrollView and usex the following code to instantiate my custom NSScrollers:
I am able to work with NSTokenField, it is easy to use.. but I want your suggestions on how can I customize it just like it is in \"To/ CC\" fields in mac mail ie. when no. of tokens in a token field
I have the following NSScroller subclass that creates a scroll bar with a rounded white knob and no arrows/slot (background):