[]
Populates items and groups of ListView according to the source, supporting grouping, sorting and filtering.
public static IDataCollection<object?> SetItemsSource(this ListView list, IEnumerable source, string textMemberPath = "", string? largeIconMemberPath = null)
| Type | Name | Description |
|---|---|---|
| ListView | list | The list that will be populated. |
| IEnumerable | source | The data source. |
| string | textMemberPath | The name of the property where the text of the item comes from. |
| string | largeIconMemberPath | The name of the property containing the urls of the images that will be downloaded to the LargeImageList. |
| Type | Description |
|---|---|
| IDataCollection<object> |