maui icon indicating copy to clipboard operation
maui copied to clipboard

[Windows] Updated used ListViewItem style (avoid CornerRadius etc)

Open PureWeen opened this issue 3 years ago • 0 comments

Description of Change

Alternate PR for https://github.com/dotnet/maui/pull/8584

image

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

PureWeen avatar Sep 21 '22 21:09 PureWeen