Version

AdvancedEditableComboBox Class

Editable combo box which reverts its text to the last valid value in case of a binding error or binding validation error. It also updates its data source on lost focus and on pressing enter or return.
Syntax
'Declaration
 
Public Class AdvancedEditableComboBox 
   Inherits System.Windows.Controls.ComboBox
public class AdvancedEditableComboBox : System.Windows.Controls.ComboBox 
Remarks
To work properly, this ComboBox assumes that the data source is bound to the Text property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also