when adding entry to the page a margin is added. The space between the Entry and other controls is significant:
this is a sample xaml:
<VerticalStackLayout>
<telerik:RadEntry x:Name="entry" Placeholder="telerik entry" BackgroundColor="AntiqueWhite" />
<telerik:RadEntry x:Name="myentry" Placeholder="telerik entry" BackgroundColor="AntiqueWhite" />
<Entry Placeholder="maui entry" BackgroundColor="LightBlue"/>
<Entry Placeholder="maui entry" BackgroundColor="LightBlue"/>
</VerticalStackLayout>
this is the result:
Text is not centered horizontally on WinUI.
on maui 9.0.50 text is not visible and hiding the ClearButton does not work
on maui 9.0.40 text is not centered but hiding the ClearButton works