onScrollFinished

fun Node.onScrollFinished(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(ScrollEvent) -> Unit)

See also

Node.setOnScrollFinished

fun Scene.onScrollFinished(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(ScrollEvent) -> Unit)

See also

Scene.setOnScrollFinished