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 .NET Micro Framework version 2.0, 2.5

See Also

Reference

Microsoft.SPOT.Presentation.Controls Namespace