dotnet / docs-maui

This repository contains documentation for .NET Multi-platform App UI (MAUI).
https://docs.microsoft.com/dotnet/maui
Creative Commons Attribution 4.0 International
223 stars 196 forks source link

How to delete rows? #1661

Open mprogers opened 1 year ago

mprogers commented 1 year ago

I was trying to figure out how to set up a mechanism where I could swipe a row and delete an element. That might not be quite the right place to put this, but it is going to be one of the things that people using CollectionViews will want to know how to do, so a reference to the right page would be great.

[Enter feedback here]


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

davidbritch commented 1 year ago

Hi @mprogers

The solution is to use a SwipeView with your CollectionView. But yeah, a fair comment that it needs adding to the CV docs.