dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.24k stars 1.76k forks source link

XAML designer/previewer #6782

Closed davepruitt closed 2 years ago

davepruitt commented 2 years ago

Description

We need a XAML designer/previewer, and I am not talking about "hot reload". We need something that works during design time. Using "hot reload" requires the user/programmer to run the app and then navigate to the correct screen before being able to view/change the UI.

Having a XAML designer/previewer (like what previously existed for Xamarin Forms and what has always existed for WPF) would be excellent for designing user interfaces.

Related Xamarin Forms issue: https://github.com/xamarin/Xamarin.Forms/issues/14170 Related MAUI issue: https://github.com/dotnet/maui/issues/3439

Public API Changes

None.

Intended Use-Case

Any time anyone wants to design a user interface... so basically everyone who ever uses MAUI.

pierre01 commented 2 years ago

Amen!

jedimaster365 commented 2 years ago

keeping fingers crossed

MattFiler commented 2 years ago

+1! Feels like having your hands cut off without it.

jfversluis commented 2 years ago

Duplicate of #3439

davepruitt commented 2 years ago

Having this issue marked as a duplicate and subsequently closed makes me feel like the MAUI team isn't really listening.

This isn't a duplicate of 3439. Issue 3439 is requesting a "drag-and-drop" GUI development tool, similar to What has existed for Winforms in products such as Visual Basic in the past. While that requested is related to this one, it is distinctly different.

This request is specifically asking for a XAML designer/previewer like what is available for WPF and was available for Xamarin Forms.