Enum ScrollChangeReason
- Namespace
- SharpConsoleUI.Core
- Assembly
- SharpConsoleUI.dll
Reason for a scroll change
public enum ScrollChangeReason
Fields
ContentChange = 5Scroll changed due to content size change
Keyboard = 1Scroll changed via keyboard navigation
MouseWheel = 2Scroll changed via mouse wheel
Programmatic = 0Scroll changed programmatically
ScrollIntoView = 4Scroll changed to bring item into view
Scrollbar = 3Scroll changed via scrollbar drag