Enum ScrollingStyle
- Namespace
- nanoFramework.Presentation.Controls
- Assembly
- nanoFramework.Graphics.dll
Specifies the scrolling style for a ScrollViewer control.
public enum ScrollingStyle
Fields
First = 0Scrolls content by a line at a time.
Last = 1Scrolls content by a page at a time.
LineByLine = 0Scrolls content by a line at a time.
PageByPage = 1Scrolls content by a page at a time.