Added logic to eliminate mouse_up response on a tree after a node is expanded
Added Mouse_down event handler to reset ExpandingTree variable.
This commit is contained in:
@@ -713,6 +713,7 @@ namespace VEPROMS
|
||||
this.tv.Size = new System.Drawing.Size(30, 474);
|
||||
this.tv.TabIndex = 1;
|
||||
this.tv.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tv_MouseUp);
|
||||
this.tv.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tv_MouseDown);
|
||||
this.tv.SectionShouldClose += new Volian.Controls.Library.vlnTreeViewSectionInfoEvent(this.tv_SectionShouldClose);
|
||||
this.tv.WordSectionDeleted += new Volian.Controls.Library.WordSectionDeletedEvent(this.tv_WordSectionDeleted);
|
||||
this.tv.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tv_BeforeExpand);
|
||||
|
Reference in New Issue
Block a user