Table of Contents

Enum ScrollChangeReason

Namespace
SharpConsoleUI.Core
Assembly
SharpConsoleUI.dll

Reason for a scroll change

public enum ScrollChangeReason

Fields

ContentChange = 5

Scroll changed due to content size change

Keyboard = 1

Scroll changed via keyboard navigation

MouseWheel = 2

Scroll changed via mouse wheel

Programmatic = 0

Scroll changed programmatically

ScrollIntoView = 4

Scroll changed to bring item into view

Scrollbar = 3

Scroll changed via scrollbar drag