xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.63k stars 1.87k forks source link

After installing the "Miicrosoft.UI.XAML" NuGet package on UWP platform. The Xamarin Button control style was changed. #15854

Closed HemalathaDuraisamy closed 7 months ago

HemalathaDuraisamy commented 9 months ago

After installing the "Miicrosoft.UI.XAML" NuGet package on UWP platform. The Xamarin Button control style was changed.

Description

Steps to Reproduce

  1. Run the sample
  2. you can see after installing the "Miicrosoft.UI.XAML" NuGet package the button style was changed.

Basic Information

Screenshots

Without "Miicrosoft.UI.XAML" NuGet package image

With "Miicrosoft.UI.XAML" NuGet package image

Sample Link

With "Miicrosoft.UI.XAML" NuGet package https://www.syncfusion.com/downloads/support/directtrac/general/ze/XamarinUWP2-1969763199

Without "Miicrosoft.UI.XAML" NuGet package https://www.syncfusion.com/downloads/support/directtrac/general/ze/XamarinUWP2029506082

HemalathaDuraisamy commented 7 months ago

Any updates?

jfversluis commented 7 months ago

That is something that comes with WinUI, they implemented a new style which is backwards compatible, so when you install that it will show up in your app. I think there is documentation here on how to revert to the old styling if that's what you want.

There is not much we can do about this from our side.