mac-samples/NSOutlineViewAndTableView
Craig a6577adcdf sample metadata schema fix (remove tech) 2019-07-19 18:59:42 -07:00
..
NSOutlineViewAndTableView Updated min deployment version (#113) 2018-11-15 03:52:17 -05:00
Screenshots new samples: NSCustomView, NSTable and NSOutline 2015-01-26 12:59:06 -08:00
Metadata.xml Fix level tag from Beginner to Beginning 2016-09-05 18:20:33 -03:00
NSOutlineViewAndTableView.sln added changed solution 2018-02-15 16:51:53 +02:00
README.md sample metadata schema fix (remove tech) 2019-07-19 18:59:42 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.Mac - NSTableView / NSOutlineView This quick start guide will walk you through the programmatic creation of and use of NSTableView/NSOutlineView with Xamarin.Mac. These views often... sample
csharp
xamarin
nsoutlineviewandtableview

NSTableView / NSOutlineView

This quick start guide will walk you through the programmatic creation of and use of NSTableView/NSOutlineView with Xamarin.Mac.

These views often give beginners trouble, as they require knowledge of the delegate/data source pattern and their APIs have both Cell and View based variants.

This example assumes familiarity with the following documentation:

The two examples are for:

This example uses the NSView APIs, as they are preferred in new applications.

Start by looking at AppDelegate.cs