Table of Contents

Enum ScrollingStyle

Namespace
nanoFramework.Presentation.Controls
Assembly
nanoFramework.Graphics.dll

Specifies the scrolling style for a ScrollViewer control.

public enum ScrollingStyle

Fields

First = 0

Scrolls content by a line at a time.

Last = 1

Scrolls content by a page at a time.

LineByLine = 0

Scrolls content by a line at a time.

PageByPage = 1

Scrolls content by a page at a time.