[]
Sets the items source of a AppKit.NSTableView and additionally indicates whether to generate the columns from the source.
public static void SetItemsSource(this NSTableView tableView, IEnumerable itemsSource, bool autoGenerateColumns = true)
| Type | Name | Description |
|---|---|---|
| NSTableView | tableView | The table view. |
| IEnumerable | itemsSource | The items source. |
| bool | autoGenerateColumns | if set to |