Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145041 | Jun 3,2019 10:18 PM UTC | Jun 7,2019 01:36 PM UTC | Xamarin.Forms | 4 |
![]() |
Tags: SfPopup |
popUpLayout.Show(true);
|
private void Button_Clicked(object sender, EventArgs e)
{
double xPosition = popUpLayout.PopupView.WidthRequest = Application.Current.MainPage.Width / 2;
popUpLayout.PopupView.HeightRequest = Application.Current.MainPage.Height;
popUpLayout.PopupView.StartX = (int)xPosition;
popUpLayout.Show();
}
|
//// Center position
popUpLayout.Show();
//// Positions at given X and Y position.
popUpLayout.Show(50, 50);
//// Positions at touchPoint
popUpLayout.ShowAtTouchPoint();
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.