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
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: