Unable to add PopupPage to project in Visual Studio
问题 I would like to use Rg.Plugins.Popup for Xamarin.Forms but unfortunately I cannot add PopupPage to the project. I am using VIsual Studio 2017. In AddNewItem window there is no PopupPage at all. I tried to add ContentPage instead like this: public partial class CustomPopupPage : ContentPage { public CustomPopupPage () { InitializeComponent (); } } but whenever i try to change type ContentPage to PopupPage I get following error: Partial declarations of 'CustomPopupPage' must not specify