Class ListWrapper | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
public class ListWrapper<T> : IListDataSource, IDisposable
Type Parameters
T
Inheritance
ListWrapper
Implements
Inherited Members
Constructors
ListWrapper(ObservableCollection)
Properties
Returns the number of elements to display
Returns the maximum length of elements to display
Allow suspending the CollectionChanged event from being invoked, if true, otherwise is false.
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Should return whether the specified item is currently marked.
Render(ListView, bool, int, int, int, int, int)
This method is invoked to render a specified item, the method should cover the entire provided width.
Flags the item as marked.
Return the source as IList.
Events
Event to raise when an item is added, removed, or moved, or the entire list is refreshed.