OptionalalwaysAlways consume mouse wheel events (always call preventDefault() and stopPropagation() on the browser events).
Defaults to true.
NOTE: This option cannot be updated using updateOptions()
OptionalarrowThe size of arrows (if displayed).
Defaults to 11.
NOTE: This option cannot be updated using updateOptions()
OptionalhandleListen to mouse wheel events and react to them by scrolling. Defaults to true.
OptionalhorizontalRender horizontal scrollbar. Defaults to 'auto'.
OptionalhorizontalRender arrows at the left and right of the horizontal scrollbar.
Defaults to false.
NOTE: This option cannot be updated using updateOptions()
OptionalhorizontalHeight in pixels for the horizontal scrollbar. Defaults to 12 (px).
OptionalhorizontalHeight in pixels for the horizontal slider.
Defaults to horizontalScrollbarSize.
NOTE: This option cannot be updated using updateOptions()
OptionalignoreWhen set, the horizontal scrollbar will not increase content height. Defaults to false.
OptionalscrollScroll gutter clicks move by page vs jump to position. Defaults to false.
OptionaluseCast horizontal and vertical shadows when the content is scrolled.
Defaults to true.
NOTE: This option cannot be updated using updateOptions()
OptionalverticalRender vertical scrollbar. Defaults to 'auto'.
OptionalverticalRender arrows at the top and bottom of the vertical scrollbar.
Defaults to false.
NOTE: This option cannot be updated using updateOptions()
OptionalverticalWidth in pixels for the vertical scrollbar. Defaults to 14 (px).
OptionalverticalWidth in pixels for the vertical slider.
Defaults to verticalScrollbarSize.
NOTE: This option cannot be updated using updateOptions()
Configuration options for editor scrollbars