Scale

Introduction

More commonly known as a "slider" control.

Properties

Property

Fires Events

Possible Values

Notes

inc (int)

No

 

interval between ticks

max (int)

No

 

Upper bounds

min (int)

No

 

Lower bounds

orient (String)

No

"vertical","horizontal"

 

pageincrement (int)

No

 

Amount to increment the scale when the user clicks on an area left of right of the scale control

value (int)

Yes

 

Fired when the user moves the slider. Also updates the slider when set programatically

Methods

None.

Sample Usage

<scale min="1" max="10" increment="2" pageincrement="6" orient="vertical"/>