onScroll

var onScroll: (ScrollEvent) -> Unit? = null

Gets invoked with a ScrollEvent whenever the mouse wheel is turned while the mouse is inside this ComponentView.

See also