2

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?

screenshot

Peter
  • 533
  • 1
  • 6
  • 17
  • 1
    With your screenshot, it seemed to be a windows 8.1 universal app. If it‘s windows 10 UWP app, the [FileOpenPicker](https://learn.microsoft.com/en-us/uwp/api/Windows.Storage.Pickers.FileOpenPicker#Windows_Storage_Pickers_FileOpenPicker_PickMultipleFilesAsync) shows like this: https://1drv.ms/u/s!AoI4pKdRYn8KnG_EPB-ym9n9ibXq – Xie Steven Apr 23 '18 at 06:55
  • Yes, it runs Windows 8.1. Unfortunately, the client is a large organization, so I can't easily change that. – Peter Apr 23 '18 at 07:03
  • 1
    @Peter Unfortunately, It's by design. You cannot change it. – Bite Apr 24 '18 at 02:43
  • Thanks, it's good to know, at least. – Peter Apr 24 '18 at 08:59

0 Answers0