Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

SetContentView for main page

$
0
0

In Xamarin.Android I can write:

SetContentView(Resource.Layout.Main);

for set the activity content from Main.axml

How I can do the same for Xamarin.Forms? How I can move data from Main.axml on main page?

Page page = App.GetMainPage();
page.SetContentView(Resource.Layout.Main); // page doesn't contain method SetContentView

Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>