AutomationId support for Xamarin Forms WPF - xamarin

I tried setting Automation Id to Xamarin forms Button control and it is not detected in Xamarin Forms WPF platform
Does Xamarin Forms support AutomationId for WPF platform?

Related

Is it possible to develop an Xamarin Forms app with only Xamarin Studio for MAC?

I need to create a new application for Iphone with Xamarin? Forms
Is it possible to do this without any windows system?
I know this sounds bizare but that is the requirment.
Yes, this is possible. You can develop Android and iOS apps with Visual Studio for Mac. Of course you won't be able to develop UWP apps.
With Visual Studio for Mac you can build websites with ASP.NET Core and apps using .NET Core, games with Unity, and mobile apps for Android and iOS using Xamarin. (emphasis mine, see here)
As far as xamarin is concerned, you can do just as much with the Mac version as with Windows. You just can not develop a Windows Phone app on the Mac.

Xamarin Mac display Popup

I am creating a Xamarin Mac application.
How can I display a Popup View in Xamarin iOS application. Only few samples are there for Xamarin iOS platform.

Not able to create cross platform app in xamarin

I'm new to xamarin and I'm trying to create cross platform App. In my Visual Studio there are only two options(Refer attached Image) but there should be option to create cross platform App too. I tried reinstalling mobile development with .NET and I'm using Visual Studio 2017.
Screenshot here
Mobile App (Xamarin.Forms) is a cross-platform. This allows you to use .NET with C#. Please try creating anew Mobile App (Xamarin.Forms) project. It should create an Android project, an iOS project, and shared UI project. The shared project is where you will write the shared code for both projects.

Prism Unity App Visual Studio 2017

I am trying to recreate my work environment at home so that I can practice MVVM some more and help some additional students who will be going and getting internships. At work, we use Prism template pack in order to create views for our WPF applications. I downloaded the Prism Template Pack from the url seen below...
https://marketplace.visualstudio.com/items?itemName=BrianLagunas.PrismTemplatePack
I fired up Visual Studio but I don't see the Prism Unity App project type under the Prism tab. I do see the Prism Unity App as a recent project type, but when I click on that I cannot create a new project of that type because it says it no longer exists. I have Visual Studio 2017 version 15.4.4 installed with the features .NET desktop development, Universal Windows Platform development, Data storage and processing and Xamarin.

Xamarin Studio (Mac) - Windows Forms Application? (as in Visual Studio)

Does Xamarin Studio (mac) create Windows Forms Application (new project) as in Visual Studio - where you drag and drop from toolbox?
No, Xamarin not have Windows Forms designer. To create desktop applications with Xamarin drag and drop controls, you have to create a desktop application in Gtk #.

Resources