1. What is a Scrollbar? A Scrollbar is a graphical user interface element that lets users move through content or values. It consists of a slider (the "thumb") that can be dragged up and down (for ...
On Linux/GTK3 overlay scrolling can be disabled by setting the GTK_OVERLAY_SCROLLING=0 environment variable. However the Scrollable.getScrollbarsMode() still returns SWT.SCROLLBAR_OVERLAY in this case ...