NViewportAutoScroller Class Members
In This Topic
The following tables list the members exposed by NViewportAutoScroller.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| Delay | Gets or sets the auto scroll delay (in milliseconds). Represents the delay before autoscrolling starts. By default set to 300. |
| Interval | Gets or sets the auto scroll interval (in milliseconds). Represents the speed of the autoscrolling. By default set to 20. |
| IsScrolling | Determines whether the autoscrolling is currently being performed |
| Margins | Controls the margins of the auto scroll area |
| Mode | Gets or sets the mode in which the auto scroller operates. By default set to MouseInScrollMargins. |
| OwnerViewport | Gets the parent viewport. |
Top
Public Methods
| Name | Description |
| OnDraggingArea | Called when an area is dragged in the viewport |
| OnDraggingEnded | Called by the view when a drag operation has ended |
| OnDraggingPoint | Called when a point is dragged in the viewport |
| Start | Starts autoscrolling in the specified direction |
| Stop | Stops the autoscrolling |
Top
See Also