Hi Pfeiffer,
Thanks for contacting us.
Regarding ''supported platforms",
Currently we provide support for iOS, Android and UWP platforms for our controls. We are providing macOS support for some of our controls like chart, list view and data grid in our upcoming Volume 2 release which is expected to be rolled out on mid of May, 2018. We may extend the macOS support for other controls in our future releases.
Regarding "Controls build using Xamarin.Forms or native',
We developed controls in Xamarin.Forms itself which required minimum platform specific implementations like list view, data grid. Other controls, we developed in Xamarin.Android and Xamarin.iOS and they are available in Xamarin.Forms platform using properties mapping.
Regarding "What is the recommended to install the controls"
You can install the NuGet from nuget.org. However, if you also want to check out the samples for our controls, you can find it in the installer downloaded from our website.
Regarding the "master/detail controls"
Query1: Mobile view
You can load SfListView inside the MasterDetailPage and you can navigate to the detail page using the menu button in the MasterDetailPage or using listview ItemTapped event you can navigate when click the item and load any view in that.
For your reference we have attached the sample to load listview inside the master detail page and you can download it from the below link.
Query2: Desktop view
In the desktop view you can load separate ListView inside the 1st and 2nd column and in the item tapped even you can load any view in the 3rd column.
Regards,
Sivaram G