ScrollOptions Enum

Definition

This enumeration provides options that are used to configure scrolling in the UI.

This enumeration supports a bitwise combination of its member values.

public enum class ScrollOptions
[System.Flags]
public enum ScrollOptions
[<System.Flags>]
type ScrollOptions = 
Public Enum ScrollOptions
Inheritance
ScrollOptions
Attributes

Fields

None 0

No scrolling.

UseClickOnScrollBar 8

Use a click on the scroll bar.

UseKeyboard 16

Use keyboard scrolling.

UseMouseWheel 2

Use the mouse wheel.

UseProgrammatic 1

Use programmatic scrolling.

UseScrollBar 4

Use the scroll bar.

Applies to