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);