Suggest items via drop down while typing in

ez search
This commit is contained in:
Kurt 2020-03-29 18:44:48 -07:00
parent bb417bd798
commit db4bba31f0

View File

@ -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);