Nevron Forum

Autocomplete in a Nevron.UI.WinForm.Controls.NComboBoxCommand / NComboBox

https://www.nevron.com/Forum/Topic4366.aspx

By Fábio Mello - Wednesday, October 20, 2010

Hello,

Are there autocomplete properties for the autocomplete functionality of NComboBoxes and NComboBoxCommand like the ones in Windows.Forms?

If not, is there a built-in solution for NComboBoxes with autocomplete functionality?
By Nevron Support - Thursday, October 21, 2010

Hello Fábio,

NComboBox has property called EditControl which is TextBox control. You can use the autocomplete functionality of that control.

Please note that this TextBox control is initialized only when NComboBox.Editable is true!

For NCommboBoxCommand is the same, only difference is that you need to set EditControl as follows : NComboBoxCommand.HostedControl.EditControl.