maui
maui copied to clipboard
[Windows] Updated used ListViewItem style (avoid CornerRadius etc)
Description of Change
Alternate PR for https://github.com/dotnet/maui/pull/8584

Removed forced padding and corner radius in Windows ListViewItem.
With the changes, the ListViewItem style is like in Xamarin.Forms: the selection is changing the background color, without a default corner radius etc.
Issues Fixed
Fixes #8564 Fixes #8580 Fixes #8581