ScrollEvent

Slider/scrollbar event

Constructors

this
this(ScrollAction action, int minValue, int maxValue, int pageSize, int position)

create scroll event

Members

Functions

defaultUpdatePosition
int defaultUpdatePosition()

default update position for actions like PageUp/PageDown, LineUp/LineDown

Properties

action
ScrollAction action [@property getter]

action

maxValue
int maxValue [@property getter]

max value

minValue
int minValue [@property getter]

min value

pageSize
int pageSize [@property getter]

visible part size

position
int position [@property setter]

change position in event handler to update slider position

position
int position [@property getter]

current position

positionChanged
bool positionChanged [@property getter]

returns true if position has been changed using position property setter

Meta