The NSScroller automatically expands it's width when the user hovers over it.

However, the document view has pretty little space, and this is why the scroller should not expand.
How can I disable this behaviour?
The NSScroller automatically expands it's width when the user hovers over it.

However, the document view has pretty little space, and this is why the scroller should not expand.
How can I disable this behaviour?
Copyright © 2021 Jogjafile Inc.
This maybe a little too late, but something like this might help?
1) Create custom scroller for your vertical scrollbar.
2) Override -drawKnob to force draw knob the default size even when it is to be drawn 'expanded'.
3) Depending on if you still want the knob slot or not, override -drawKnobSlotInRect: