I'm using Windows.Storage.Pickers.Provider.FileOpenPickerUI to implement an UWP app that allows taking multiple pictures.
The thumbnails automatically appear in a basket on the bottom of the screen (see screenshot below). When the user clicks on a thumbnail, the file gets deleted and FileRemoved event triggered.
This is confusing and frustrating for the user, because the basket looks like a gallery where the user can view images by clicking on the thumbnail.
Is there a way to prevent this behavior?