To those who want more all kinds of UI customization, you can use Maui blazor. #5274
Unanswered
nextcodelab
asked this question in
Ideas
Replies: 3 comments 3 replies
-
amen! ... if its going to work properly 😄 |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can use CSS in a MAUI XAML App. |
Beta Was this translation helpful? Give feedback.
2 replies
-
There is a library here... with enums. css styling in c# and some cal(). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some controls in maui native is limited like.. label span, you cannot customize the look of spans like colorize the underline not text.
Maui blazor you can customize all kinds of styles in css and html...
MAUI Blazor is the most complete controls and styles than Flutter... because of html and css, css is the most complete styling engine.
You could also mix native view and web UI, Example Shell/MenuDrawer/Tabbed/Dialog is the main native UI Root, then Content is in blazor... so designing a custom list Content is unlimited.
Beta Was this translation helpful? Give feedback.
All reactions