Table of Contents

Enum CliScrollThumbMode

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
Determines whether the scrollbar thumb represents the physical scroll offset or the logical active point (cursor) position.
public enum CliScrollThumbMode

Fields

ActivePoint = 1
Thumb represents the active point (cursor/selection) position.
Offset = 0
Thumb represents the top/left visible offset.