Enum sap.ui.core.ScrollBarActionModule: sap/ui/core/library


Actions are: Click on track, button, drag of thumb, or mouse wheel click

Field Summary
sap.ui.core.ScrollBarAction.DragScrolling done by dragging the scroll bar's paint thumb
sap.ui.core.ScrollBarAction.MouseWheelScrolling done by mouse wheel
sap.ui.core.ScrollBarAction.PageRange scrolling caused by clicking track area or using page up or page down key.
sap.ui.core.ScrollBarAction.StepSingle step scrolling caused by clicking an arrow button or arrow key.
Field Detail
sap.ui.core.ScrollBarAction.Drag: string
Scrolling done by dragging the scroll bar's paint thumb
sap.ui.core.ScrollBarAction.MouseWheel: string
Scrolling done by mouse wheel
sap.ui.core.ScrollBarAction.Page: string
Range scrolling caused by clicking track area or using page up or page down key.
sap.ui.core.ScrollBarAction.Step: string
Single step scrolling caused by clicking an arrow button or arrow key.