How would I go about create a thin scroll bar like in the Stickies app on OSX Lion?
How to create a thin scroll bar in Mac OS X Lion
1k Views Asked by David At
2
How would I go about create a thin scroll bar like in the Stickies app on OSX Lion?
The release notes for Lion's version of AppKit outline when overlay scrollbars are and are not used:
You should check if all the conditions are met on your machine and in your app.
You could also set the scroller style explicitly using NSScroller setScrollerStyle:, but it's probably better to respect the defaults and user preferences.