Description
Represents an interface for scrollable AWT objects.
Syntax
C#
public class IAWTScroller,
VB
'Declaration
Public Class IAWTScroller
Properties
| Name |
Description |
| PageSize |
the block increment value of the scroll bar. |
| Position |
the current position of the scroll bar. |
| Range |
the range value of the scroll bar. |
| StepSize |
the unit increment value of the scroll bar. |
Methods
| Name |
Description |
| Page |
Increments the current scroll position by specified number of pages. |
| ScrollTo |
Scrolls to the specified position. |
| Step |
Increments the current scroll position by specified steps. |