Need a way to open a view to occupy half of the screen.
Puri, Sahil
20
Reputation points
I need a way to open a view to occupy half of the screen and the view should not be canncelled until any action performed. Also i am trying to open the view via shell which is showing a title bar at the top. Need a solution to fix this issue as well. Attached my code to navigate to the view below await Shell.Current.Navigation.PushModalAsync(new NavigationPage(new ContentPage { Content = new MyView() }));
Sign in to answer