WinForms DropDownList Overview
RadDropDownList is an enhanced alternative to the standard Windows Forms combo box control. RadDropDownList can be bound to data sources. It allows you to replace its major components giving you control over its visual and data behavior. You can exercise control over the scrolling logic, the items layout and even the low level data binding logic by providing their own data layer.
You can review below the Key Features that RadDropDownList supports.
The DropDownList is part of Telerik UI for WinForms, a
professional grade UI library with 160+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Key Features
-
Auto-complete: The control provides flexible auto-completion options that suggest and append text from choices in the list as the user types.
- Filtering: RadDropDownList supports filtering of its items. In order to apply a filter, you should set the Filter property of RadDropDownList to a predicate that will be called for every data item in order to determine if the item will be visible.
- Scrolling: In the scenatio where you cannot fit the RadListDataItems in the popup, a vertical scroll bar will appear so that you can scroll down and select the desire item. You can see the different scrolling options here.
- Selection: RadDropDownList supports three types of selection modes which you can wxplore in this article.
- Sorting: You can control how the items in the RadDropDownList are sorted by specifying the SortStyle property.
In the related Getting Started article you can find how to use the control with a sample scenario.
Download and check out the online demo at demos.telerik.com
Telerik UI for WinForms Learning Resources
- Telerik UI for WinForms DropDownList Homepage
- Get Started with the Telerik UI for WinForms DropDownList
- Telerik UI for WinForms API Reference
- Getting Started with Telerik UI for WinForms Components
- Telerik UI for WinForms Virtual Classroom (Training Courses for Registered Users)
- Telerik UI for WinForms Forum
- Telerik UI for WinForms Knowledge Base
Telerik UI for WinForms Additional Resources
- Telerik UI for WinForms Product Overview
- Telerik UI for WinForms Blog
- Telerik UI for WinForms Videos
- Telerik UI for WinForms Roadmap
- Telerik UI for WinForms Pricing
- Telerik UI for WinForms Code Library
- Telerik UI for WinForms Support
- What’s New in Telerik UI for WinForms