Skip to content

Commit

Permalink
Added drag and drop when images are already selected (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed May 5, 2024
1 parent 133703a commit a8f8991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ColorPicker/Pages/ImageExtractorPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
x:Name="ImageScrollViewer"
Grid.Row="2"
Height="200"
AllowDrop="True"
Drop="DragZone_Drop"
HorizontalScrollBarVisibility="Auto"
Style="{DynamicResource ScrollViewerStyle}"
VerticalScrollBarVisibility="Disabled"
Expand Down

0 comments on commit a8f8991

Please sign in to comment.