Table of Contents

Constructor LinearSelector

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

LinearSelector()

Initializes a new instance of LinearSelector<T>.

public LinearSelector()

LinearSelector(List<T>?, Orientation)

Initializes a new instance of LinearSelector<T>.

public LinearSelector(List<T>? options, Orientation orientation = Orientation.Horizontal)

Parameters

options List<T>

Initial options.

orientation Orientation

Initial orientation.