Fixed code for tree selection after selected item deleted
This commit is contained in:
parent
37099ec443
commit
52feb8a711
@ -592,7 +592,8 @@ namespace VEPROMS
|
|||||||
this.tv.Size = new System.Drawing.Size(30, 637);
|
this.tv.Size = new System.Drawing.Size(30, 637);
|
||||||
this.tv.TabIndex = 1;
|
this.tv.TabIndex = 1;
|
||||||
this.tv.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tv_BeforeExpand);
|
this.tv.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tv_BeforeExpand);
|
||||||
this.tv.Click += new System.EventHandler(this.tv_Click);
|
//this.tv.Click += new System.EventHandler(this.tv_Click);
|
||||||
|
this.tv.MouseUp +=new System.Windows.Forms.MouseEventHandler(tv_MouseUp);
|
||||||
this.tv.SectionShouldClose += new Volian.Controls.Library.vlnTreeViewSectionInfoEvent(this.tv_SectionShouldClose);
|
this.tv.SectionShouldClose += new Volian.Controls.Library.vlnTreeViewSectionInfoEvent(this.tv_SectionShouldClose);
|
||||||
//
|
//
|
||||||
// infoPanel
|
// infoPanel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user