Development

This commit is contained in:
2026-06-15 15:18:03 -04:00
parent 01394b1978
commit fd51c209a3
2 changed files with 43 additions and 21 deletions
+5 -1
View File
@@ -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);