Table of Contents

Class LinearRange

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Provides a linear range control letting the user navigate from a set of typed options in a linear manner using the keyboard or mouse.

public class LinearRange : LinearRange<object>, IDisposable, ISupportInitializeNotification, ISupportInitialize, IOrientation
Inheritance
LinearRange
Implements
Inherited Members
Extension Methods

Constructors

LinearRange()

Initializes a new instance of the LinearRange class.

LinearRange(List<object>, Orientation)

Initializes a new instance of the LinearRange class.