Share via


ScrollingStyle Enumeration

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

public enum ScrollingStyle

Members

  Member name Description
First A value specifying that the object scrolls to the first line.
Last A value specifying that the object scrolls to the last 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.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Microsoft.SPOT.Presentation.Controls Namespace