scrollerWidth
Returns the width for scrollers of the receiving class, assuming a control size Nsregularcontrolsize, and a scroller style of Legacy.
Declaration
+ (CGFloat) scrollerWidth;Discussion
NSScrollView uses this value to lay out its components. Subclasses that use a different width should override this method.