Skip to content

Instantly share code, notes, and snippets.

@jassmith
Created May 28, 2014 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jassmith/d53964946bf3410867cd to your computer and use it in GitHub Desktop.
Save jassmith/d53964946bf3410867cd to your computer and use it in GitHub Desktop.
You can add native WP controls into standard Xamarin.Forms layouts.
You cannot do this however in cross platform code however (obviously)
because you will need to have access to the windows phone types to do
that (otherwise you wouldn't by able to access your windows phone
controls). Thus it wont fit well into a cross platform app, but it is
possible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment