diff --git a/Files UWP/GenericFileBrowser.xaml b/Files UWP/GenericFileBrowser.xaml index 9b1c5941fc3c..090d3864c794 100644 --- a/Files UWP/GenericFileBrowser.xaml +++ b/Files UWP/GenericFileBrowser.xaml @@ -4,6 +4,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:uilib="using:Microsoft.UI.Xaml.Controls" + xmlns:controlsprimitives="using:Microsoft.Toolkit.Uwp.UI.Controls.Primitives" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="using:Files" @@ -11,7 +12,7 @@ xmlns:local2="using:Files.Filesystem" xmlns:local3="using:Files.Interacts" Name="GenericItemView" - mc:Ignorable="d" PointerReleased="GenericItemView_PointerReleased"> + mc:Ignorable="d" IsRightTapEnabled="True" RightTapped="GenericItemView_RightTapped" PointerReleased="GenericItemView_PointerReleased"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -195,7 +224,9 @@ - + + + @@ -204,6 +235,9 @@ + + + @@ -260,87 +294,99 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + +