Class ScrollEvent

Slider/scrollbar event

Inherits from

  • Object (base class)

Constructors

Name Description
this create scroll event

Properties

Name Type Description
action [get] ScrollAction action
maxValue [get] int max value
minValue [get] int min value
pageSize [get] int visible part size
position [get] int current position
position [set] int change position in event handler to update slider position
positionChanged [get] bool returns true if position has been changed using position property setter

Methods

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

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0