JUCE
JUCE copied to clipboard
Viewport floating scrollbars
Added option to have "floating" scrollbars on viewports (standard behaviour on macOS). Floating scrollbars are drawn on top of the viewed component, instead of side by side.
When using this option:
- The viewed component can draw behind scrollbars, allowing them to be transparent
- The viewed component keeps the same size whether scrollbars are visible or not.
The option is false by default, preserving backwards compatibility.