Amir Zadeh
Amir Zadeh

Reputation: 3629

Visually Design Xamarin Apps

I recently installed Visual Studio 2017 (with Xamarin) to build a simple app. Is there a way to visually design XAML front end files the same as we design android studio AXML files? By visually design I mean drag and drop predefined tools from toolbox (the same as form applications) and then build the backend and even handlers in the C# (see attached image). It does seem it is possible in visual studio to design apps but again it's only for AXML but not XAML. Any help on how to design (not code) the front end using Xamarin is appreciated.

enter image description here

Upvotes: 0

Views: 206

Answers (1)

lowleetak
lowleetak

Reputation: 1382

Currently there is no way to drag and drop for design the xaml view in visual studio and visual studio for mac. The best you can have now is a xaml preview or gorilla player (preview in devices)

Upvotes: 1

Related Questions