UIVerticalScrollView
Complete API reference for UIVerticalScrollView, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIVerticalScrollView extends Component
Constructors
| Signature | Description |
|---|---|
UIVerticalScrollView() | Creates a new instance of UIVerticalScrollView. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
scroll | int | get/set | Virtual attribute exposed by getScroll. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getScroll() | int | Returns the current scroll value. |
setScroll(int) | void | Sets scroll. |
getSensitivity() | float | Returns the current sensitivity value. |
setSensitivity(float) | void | Sets sensitivity. |