Forum Discussion
Is there a visual editor for MAUI?
I am trying to create a mobile UI using MAUI and I am unable to get the elements in the right place.
Is there a way to use Blend for VS 2022 preview to edit the XAML for MAUI?
Thanks!
- CodeBenderCopper ContributorI hope someone in their development team is reading these. It isn't really Visual Studio anymore if you can't visually lay out your (form, window, page, sheet, canvas, view, or whatever). Wasn't that the whole reason it was named "Visual"? Visual Basic -> Visual C++ -> Visual Studio...
- aylineokCopper Contributor
LearningNewthingsVisual Studio has removed the XAML designer and replaced it with Hot Reload. I would like to have the old XAML Designer too but i dont know if they will readd it.
You can use Hot Reload to design your Application.
- LearningNewthingsCopper Contributor
aylineok Yes. I am very much aware of Hot Reload, but it doesn't give me the same level of comfort. One thing is that I need to run the application once. Also, if I have to see it in different devices, then I have to keep on changing the target device and run the application.
The actual development time in hot reload is increasing, since I am not a practiced UI developer. My strength is backend services & databases.
In XAML there is no view source similar to HTML where I can manipulate divs and see the result in the browsers. I wish we had all these features, but by the time they come out, we will be retired or dead.
- LHugheyCopper Contributor
LearningNewthings I originally wanted a UI but I quickly learned the syntax and I think you'll be impressed by how quickly you pick up the syntax, especially with the help of HotReload. I think it's similar to how I originally started HTML work with Dreamweaver using the UI creation, but soon started using code and the property window to explore and edit properties I didn't know by heart.
There is a chance a UI tool is created. It would lower the barrier of entry into Xamarin/Maui
Also, please don't die but i wish you a happy retirement.
- njsokalskiCopper Contributor
aylineok That is not true, you can NOT use Hot Reload to design your app. In some cases (depending on your scenario) you can use it to TEST your app (runtime), but until your code is complete & debugged enough to try running it, Hot Reload is useless. The purpose of a designer is to be able to layout your pages and/or controls during design time. You obviously can't run HotReload if your code updates a control or detects an event from a control that doesn't exist, which is why you need a Designer to use during DESIGN TIME.
- SteskaljSteel Contributor
- caosFrankCopper Contributori lova to write html with np++ but in c# it's simply bullshit.
seems that there is no other way at this time. - Jeff_D_JonesCopper Contributor
All, please consider upvotes for:
https://developercommunity.visualstudio.com/t/Create-Common-Drag-and-drop-Designer-for/10501474 - MFisherITCopper ContributorHere is a link that Jeff_D_Jones feature request got merged into:
https://developercommunity.visualstudio.com/t/XAML-Designer-for-Net-MAUI/10224319
Sixth highest by number of votes (as of 2024-07-24). Been on open since 2022.