Issue
So when I push an Page over the other:
Shell.Current.Navigation.PushAsync(new XampelPage());
is it possible in the new Page to see the Page that pushed it there? For example if the Background is transparent, is there an way to show it in the Background?
Solution
I highly doubt that you could see the other page if you push another and set it's background color to Transparent.
You could achieve that using a page with a Grid or absolute layout.These layouts allow you "stack" components
Then you add the new view as a children and start forming the different layers. It would be like a dialog inside a page.
Answered By - Juan Sturla
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.