ScrollEvent.position - multiple declarations
Function ScrollEvent.position
current position
int position() @property;
Function ScrollEvent.position
change position in event handler to update slider position
void position(
int newPosition
) @property;