NViewportAutoScroller Class Properties
In This Topic
For a list of all members of this type, see NViewportAutoScroller members.
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
See Also