Use Argument to set SelectedStepTabPanel

Set IsVisible rather than Visible for DisplayTags
Only lookup ROs if MyRTB.SelectedText contains text
Dock lbFound above the RO TreeView
This commit is contained in:
Rich
2010-12-21 20:31:54 +00:00
parent 6618b1f51e
commit a3b9bc73ab
3 changed files with 19 additions and 11 deletions

View File

@@ -244,6 +244,7 @@ namespace Volian.Controls.Library
//
// lbFound
//
this.lbFound.Dock = System.Windows.Forms.DockStyle.Top;
this.lbFound.FormattingEnabled = true;
this.lbFound.ItemHeight = 16;
this.lbFound.Location = new System.Drawing.Point(0, 218);