is there any roundabouts for design tab in .net maui?

c00012 716 Reputation points
2024-09-16T13:26:12.72+00:00

Hello,

I'm just started to study .net maui but I stuck on UI design in .net maui project.

In WPF project, I could use design tab to correct UI easily. but I can't use that in .net maui.

is there anyone or site to teach how to design UI in .net maui project?

if anyone give me some advice, I'd be very appreciated.

thanks,

c00012

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,472 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
808 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Leon Lu (Shanghai Wicresoft Co,.Ltd.) 75,121 Reputation points Microsoft Vendor
    2024-09-17T03:09:36.7966667+00:00

    Hello,

    is there anyone or site to teach how to design UI in .net maui project?

    You can use XAML Hot Reload

    XAML Hot Reload is a Visual Studio feature that enables you to view the result of XAML changes in your running app, without having to rebuild your project.

    Or use XAML Live Preview when debug your application.

    Best Regards,

    Leon Lu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.