This is a demo project that shows you how to embed native platforms controls into a Xamarin.Forms application.
To see the relevant code:
- Go to the Demo shared project
- Open MainPage.xaml.cs
- View MainPage's constructor and see the conditional compilation sections that add the native platform's controls to the MainPage's XAML Grid!
I used the Telerik NuGet Server to add the UI for Xamarin reference (http://docs.telerik.com/devtools/xamarin/installation-and-deployment/telerik-nuget-server). You can change this to the locally installed version of UI for Xamarin if you prefer.