Table of Contents

Class ListWrapper

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.To browse the .NET Framework source code for this type, see the Reference Source.

public class ListWrapper : IListDataSource
Inheritance
ListWrapper
Implements
Inherited Members

Constructors

ListWrapper(IList)

Properties

Count

Returns the number of elements to display

Length

Returns the maximum length of elements to display

Methods

IsMarked(int)

Should return whether the specified item is currently marked.

Render(ListView, ConsoleDriver, bool, int, int, int, int, int)

This method is invoked to render a specified item, the method should cover the entire provided width.

SetMark(int, bool)

Flags the item as marked.

StartsWith(string)
ToList()

Return the source as IList.