If you are developing a .NET MAUI app that uses form elements such as entries and pickers, you might want to apply a custom design for those fields...
For further actions, you may consider blocking this person and/or reporting abuse
Oh, wow! This made my day. Thank you!
Muy buena explicación. Soy nuevo en MAUI
Una duda, como se registra FormHandler.RemoveBorders(); en MauiProgram
Gracias de antemano
Hola amigo,
Se registra dentro del metodo:
public static MauiApp CreateMauiApp()
antes dereturn builder.Build();
Saludos
Maravilha de dica, eu amei <3
Hi, by using this handler text is not visble please help how to make visible
I did not face that issue. Maybe you are setting the wrong TextColor to the ? if you believe you are correct, I recommend you to open a ticket on the MAUI repository with a sample project :)
I resolved my issue , i was not setting height and width to a both frame and entry that's error was occuring.
great, thanks for sharing it!
I want to remove border for Entry in windows platform. I can do this using handlers as shown this article. But I am wondering why the border shows again when the entry element is focused.
Hello @Nakul, I am sorry, I don't have much experience with the Windows platform for MAUI. Maybe you can ask by creating a discussion topic on the .NET MAUI depository, so others with experience on Windows can provide some insights.