mirror of
https://github.com/kwsch/NHSE.git
synced 2026-08-28 05:44:40 -05:00
Suggest items via drop down while typing in
ez search
This commit is contained in:
2
NHSE.WinForms/Controls/ItemEditor.Designer.cs
generated
2
NHSE.WinForms/Controls/ItemEditor.Designer.cs
generated
@@ -54,6 +54,8 @@ private void InitializeComponent()
|
||||
//
|
||||
// CB_ItemID
|
||||
//
|
||||
this.CB_ItemID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||
this.CB_ItemID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
||||
this.CB_ItemID.DropDownWidth = 322;
|
||||
this.CB_ItemID.FormattingEnabled = true;
|
||||
this.CB_ItemID.Location = new System.Drawing.Point(3, 3);
|
||||
|
||||
Reference in New Issue
Block a user