'Declaration Public Shared Sub SetItemsSource( _ ByVal tableView As AppKit.NSTableView, _ ByVal itemsSource As IEnumerable, _ Optional ByVal autoGenerateColumns As Boolean _ )
public static void SetItemsSource( AppKit.NSTableView tableView, IEnumerable itemsSource, bool autoGenerateColumns )
Parameters
- tableView
- The table view.
- itemsSource
- The items source.
- autoGenerateColumns
- if set to
true
automatically generate the columns from the source properties.