UI for WinForms
Telerik DropDownList for Windows Forms is the Telerik version of the standard combobox control. It is a versatile combination of an editing field (RadTextBox) combined with a drop-down list, which allows for looking up and selecting data from the list. The TextBox can be set to accept free-form data input, thus triggering the auto complete mode, or can be read-only and thus forcing the user to select from the entries in the drop-down list.
Telerik DropDownList for Windows Forms is the Telerik version of the standard combobox control. It is a versatile combination of an editing field (RadTextBox) combined with a drop-down list (RadListControl), which allows for looking up and selecting data from the list. The TextBox can be set to accept free-form data input, thus triggering the auto complete mode, or can be read-only and thus forcing the user to select from the entries in the drop-down list.
The controls are tightly coupled to work seamlessly together. The DropDownList and the ListControl share the same structure and properties, virtually eliminating the time you will need to learn a second product, thus increasing your ROI and making development easier than ever.
DropDownList provides rich design-time support, making customizations and configurations very easy. Some key capabilities include:
When in editing mode the DropDownList selects or prefills the matching entry from the list as soon as the user starts typing. The different autocomplete modes are Suggest, Append, SuggestAppend, and Off. If you are using multi-line item text, the DropDownList uses the title label only, making programming and operation easier.
The controls are shipped with a rich set of pixel-perfect themes that allow you to easily build slick interfaces with the look-and-feel of Windows 8, Office 2010, Office 2013, Metro, etc. The themes can be easily switched using a single property. You can tweak existing themes or build a new theme from scratch to fit your exact visual demands by using the Visual Style Builder productivity tool. A well-thought light element tree allows for easy and intuitive styling.
The DropDownList and ListControl are also capable of displaying images, text, multiline text, and rich text by using standard HTML tags, such as <i>, <b>, and <u>.
Telerik DropDownList supports a variety of expand animation styles for a great user experience. You can select among predefined drop down animations and further customize them to fit your scenario.