Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Specifies how a control, such as a ScrollViewer object, scrolls.
Namespace: Microsoft.SPOT.Presentation.Controls
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Enumeration ScrollingStyle
public enum ScrollingStyle
public enum class ScrollingStyle
type ScrollingStyle
public enum ScrollingStyle
Members
| Member name | Description | |
|---|---|---|
| First | A value specifying that the object scrolls to the first line. | |
| LineByLine | A value specifying that the object scrolls one line at a time. | |
| PageByPage | A value specifying that the object scrolls one page at a time. | |
| Last | A value specifying that the object scrolls to the last line. |