I Hope Entry Multi Styling is Available in MAUI. #2164
Unanswered
nextcodelab
asked this question in
General
Replies: 1 comment 1 reply
-
Xamarin Community Toolkit has an effect for removing the border on Entry: https://github.com/xamarin/XamarinCommunityToolkit/tree/main/src/CommunityToolkit/Xamarin.CommunityToolkit/Effects/RemoveBorder Since Xamarin Community Toolkit became "blessed" by Microsoft, I believe that (and now Maui Community Toolkit) is the place where less "core" functionality will be developed. The new handler system does make platform specific behavior much easier to implement. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I now facing the biggest problems in xamarin forms including buggy modal navigation page...
I want to style entry like just simple removing underline but is is not available out of the box.... The styling available in are just maybe 3 properties Fontsize, FontAtributes, TextColor and Fontsize... This is very limited styling! I hope I am a real graphics programmer so I can create my own controls from graphics class and add hundreds of styling properties to entry with unlimited design capabilities.
I still try to hide underline by adding Grid as Cover to entry underline,, and it works. But another problems occurred, the hot reload only works on first Page but in Modal Pages hot reload is not working... And all exemption are not break to specific error instead go to non framework thread warning...
Since it seems xamarin buggy I will try to try implementing Await Task Run at all cost to make my app perform well... The CarouselView is super Buggy And Selected currentItem does not changed its positions sometimes. and there are no event in carouselview that items is loaded so that we can assign item position.
I hope this will change in .net MAUI in the future.
Beta Was this translation helpful? Give feedback.
All reactions