leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
439 stars 131 forks source link

Drag and drop on MaterialTextBox2 not working #369

Closed Lupu5R3x closed 2 years ago

Lupu5R3x commented 2 years ago

Hi I'm making a application where the user should be able to Drag and Drop on a TextBox But that don't work with neither MaterialTextBox2 or MaterialMultiLineTextBox2.

Lupu5R3x commented 2 years ago

Okay , I removed the DND events forwards in MaterialTextBox2, and now DND works as it should. Cheers LupusRex