Skip to main content

ScrollingStyle Enum

NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Controls

Specifies how a control advances its content when scrolling.

public enum ScrollingStyle

Fields

NameValueDescription
FirstThe first defined scrolling style.
LineByLineFirstScrolls one line at a time.
PageByPageScrolls one page at a time.
LastPageByPageThe last defined scrolling style.