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

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 76418

Trending Articles