Table of Contents

Method SetSource

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SetSource<T>(ObservableCollection<T>)

Sets the source of the ListView to an IList.

public void SetSource<T>(ObservableCollection<T> source)

Parameters

source ObservableCollection<T>

Type Parameters

T

Remarks

Use the Source property to set a new IListDataSource source and use custom rendering.