Canvas.setScrollIncrement

Set the scroll increment i.e. how many pixels are scrolled per each click on a scrollbar.

class Canvas
setScrollIncrement
(
this T
)
()

Parameters

increment int

The increment to scroll by.

Return Value

Type: auto

This widget to aid method chaining.

Meta