It works with .bmp, .jpeg, .jpg and .png, but not with .tif files.
Code to reproduce :
UIApplication.DoDragDrop(new List<string> { "C:\Temp\Test.tif" });It works if I insert the file with the dedicated command.
It works with .bmp, .jpeg, .jpg and .png, but not with .tif files.
Code to reproduce :
UIApplication.DoDragDrop(new List<string> { "C:\Temp\Test.tif" });It works if I insert the file with the dedicated command.