mojox.ScrollBar - nitrologic/monkey2 GitHub Wiki
Class ScrollBar Extends mojo:mojo.app.View
The ScrollBar class.
| Fields | |
|---|---|
| ValueChanged | Invoked when the user drags the scroll knob. |
| Constructors | |
|---|---|
| New | Creates a new scroll bar. |
| Properties | |
|---|---|
| Axis | The scroll bar axis. |
| Maximum | The scroll bar maximum value. |
| Minimum | The scroll bar minimum value. |
| PageSize | The scroll bar page size. |
| Value | The scroll bar value. |