Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KryptonOutlookGridGroupBox_DragDrop & DragEnter Has no reference [BUG] #112

Open
ghost opened this issue Feb 14, 2020 · 2 comments
Open
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Feb 14, 2020

Describe the bug
KryptonOutlookGridGroupBox class has the method KryptonOutlookGridGroupBox_DragDrop & DragEnter yet the constructor doesn't attach it to an event. So the whole drag&drop feature of this control doesn't work.

Like:

this.DragDrop += new System.Windows.Forms.DragEventHandler(this.KryptonOutlookGridGroupBox_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.KryptonOutlookGridGroupBox_DragEnter);

Is this intented or a bug?

@ghost ghost added the bug Something isn't working label Feb 14, 2020
@ghost
Copy link
Author

ghost commented Feb 14, 2020

Also i see i posted this on "Krypton-Toolkit-Suite-Extended-NET-5.470" but i use "Krypton-Toolkit-Suite-Extended-NET-5.472" but the codebase looks the same to me, just the .net framework is different. So this bug should apply to every .net framework of extented krypton packages. If it's a bug :D

@Wagnerp
Copy link
Collaborator

Wagnerp commented Oct 13, 2020

Hi @ghost

I've transferred the issue to the new repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant