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

How to open a view in a parent from another view?

$
0
0

Hi,

From my HomePage (ContentPage) which is the parent I am opening the AboutMerchant (ContentView) this way:

var view = new AboutMerchant();
view.GetMerchantProfile();

DynamicPageView.Children.Clear();
DynamicPageView.Children.Add(view);

Now from the AboutMerchant, I want to open MySetting (ContentView) as a view in the HomePage parent as well so it's kind of redirect.

How can I do that please?

Thanks,
Jassim


Viewing all articles
Browse latest Browse all 91519

Trending Articles



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