I would like to add a "ContentView" (for making an equivalent to "User Control" in Win Form) in my Xamarin Project (VS2019) but as I try to "Add new Item" I have no templates for Xamarin.Forms. I have installed all necessary packages and extensions.
Do I miss something? or do I make any mistake?
Thank you all for your support

I think you have created a
Xamarin.Androidproject. You need create is a Xamarin.Forms project to add aContentView. The structure ofXamarin.Formsproject is this:So you must add a ContentView to the marked .Net Standard project.