JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

Viewport floating scrollbars

Open mgrandid opened this issue 6 years ago • 0 comments

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.

mgrandid avatar Feb 25 '19 12:02 mgrandid