Class ScrollEvent
Slider/scrollbar event
class ScrollEvent;
Constructors
| Name | Description |
|---|---|
this
(action, minValue, maxValue, pageSize, position)
|
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 |