mirror of
https://github.com/kwsch/NHSE.git
synced 2026-06-02 22:14:52 -05:00
Suggest items via drop down while typing in
ez search
This commit is contained in:
parent
bb417bd798
commit
db4bba31f0
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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user