Development
This commit is contained in:
+5
-1
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
{
|
||||
@@ -78,7 +79,10 @@ namespace Volian.Controls.Library
|
||||
// VlnFlexGrid
|
||||
//
|
||||
this.Rows.DefaultSize = 19;
|
||||
|
||||
this.AllowDrop = true;
|
||||
this.DragEnter += new DragEventHandler(Control_DragEnter);
|
||||
this.DragDrop += new DragEventHandler(Control_DragDrop);
|
||||
|
||||
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user