### Describe the problem ListViewItem has a hardcoded margin and corner radius. The corner radius is always 2 <img width="357" alt="image" src="https://user-images.githubusercontent.com/31434093/215016855-af422a24-eb91-4bea-946d-55ccbc98acdb.png"> Customize corner radius to 8 <img width="362" alt="image" src="https://user-images.githubusercontent.com/31434093/215017127-1c36b52c-eaef-4734-8362-6484049a452f.png"> The margin is always 2,4,2,4. Note that this is the margin between the item and the scrollviewer and cannot be set by overriding ListViewItem style <img width="366" alt="image" src="https://user-images.githubusercontent.com/31434093/215018324-423c6e8d-55c1-4c29-89a1-1a71d27a56cd.png"> This is after the margin has been set to 0,2,0,2 <img width="368" alt="image" src="https://user-images.githubusercontent.com/31434093/215017557-723b7232-6dde-43cb-aa1c-4ccc064f116e.png"> ### Describe the solution Add `ItemCornerRadius` and `ItemMargin` attached properties to ListViewExtensions ### Alternatives _No response_ ### Additional info Retemplating ListViewItem doesn't work since ListViewItemPresenter does not respect CornerRadius or Padding/Margin ### Help us help you Yes, I'd like to be assigned to work on this item.