|
ComboBoxBase
The ComboBoxBase is an advanced ComboBox control that provides many improvements over the standard ComboBox control. It essentially separates the edit portion from the DropDown portion thereby making this architecture powerful and flexible. Users may plug in any ListControl derived class as the list for the list portion of the ComboBox using the ListControl property.
ComboBoxBase drawn flat
The ComboBoxBase control provides a FlatStyle mode that lets users draw the control flat or use XP Themes.
ComboBoxBase with AutoComplete
The ComboBoxBase can also use AutoComplete text as a user types in the text area.
ComboBoxBase with Essential Grid
Essential Grid users can drop the GridListControl in the DropDown area to get a multi-column DropDown effect. (The ComboBoxBase control is provided for free with Essential Grid.)
Written using native .NET Controls, this Control lets users customize everything in the ComboBox from the textbox to the dropdown window.
|
|
|
|