You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, awesome project.
I'm using to drop files onto a UserControl, which is inside a Window. However, there are 2 issues for me:
When you drag a file into a place that can be dropped, the default behavior of most applications is to show the file icon. When I drag a file using this library, the file icon does not show.
The adorner is not shown. It seems there isn't adorners for Window, TextBox or UserControls. I'd like to show some fancy clue to user that the drop can be done.
The text was updated successfully, but these errors were encountered:
@JobaDiniz Yes there is no default for this and I will not add this. But it's possible with the current set of interfaces and properties. Take a look at the sample. The issue #85 demonstrates this for a TextBox. Hope this is ok for you. thx
Sorry, I did not quite understand.
Regarding issue 1, is there something that I can do? Some api that I can plug into in order to show the file icon? (I already have a code to create an image given the file extension).
About issue 2, if I understood right, I should create a class that inherits from DropTargetAdorner, is that it?
Hi, awesome project.
I'm using to drop files onto a UserControl, which is inside a Window. However, there are 2 issues for me:
The text was updated successfully, but these errors were encountered: