Table of Contents

Enum ListSelectionMode

Namespace
SharpConsoleUI.Controls
Assembly
SharpConsoleUI.dll

Specifies the selection mode for a ListControl.

public enum ListSelectionMode

Fields

Complex = 1

Highlight and selection are separate. Two indices tracked. [x] markers show selected items, [ ] shows highlighted item. Like DropdownControl behavior. (Default)

Simple = 0

Highlight and selection are merged. Only one index tracked. No [x] markers shown. Like TreeControl behavior.