title | page_title | description | slug | tags | published | position | CTAControlName |
---|---|---|---|---|---|---|---|
Overview |
Overview |
Check our "Overview" documentation article for the RadListBox {{ site.framework_name }} control. |
radlistbox-overview |
overview |
true |
0 |
RadListBox |
Thank you for choosing Telerik RadListBox!
RadListBox is a {{ site.framework_name }} control used to display a list of items from which the user can choose. The control has a number of advanced features like multiple selection, autocomplete, keyboard support, drag and drop, as well as rich customization capabilities.
{% if site.has_cta_panels == true %} {% include cta-panel-overview.html %} {% endif %}
-
Selection: RadListBox provides three selection modes - Single, Multiple and Extended. Read more about this in the [Selection]({%slug radlistbox-features-selection%}) article.
-
AutoComplete: When the control is focused, the first matching item is selected while the user is typing. Read more about this in the [Autocomplete]({%slug radlistbox-features-autocomplete%}) article.
-
Drag and Drop: Take advantage of the built-in drag and drop support to reorder items or move them from one RadListBox to another. Read more about this in the [Drag and Drop]({%slug radlistbox-features-dragdrop%}) section.
-
Keyboard Support: RadListBox supports several keyboard shortcuts for performing the most common task. Read more about this in the [Keyboard Support]({%slug radlistbox-features-keyboard-support%}) article.
-
Theming: As any other control from the UI for {{ site.framework_name }} suite, RadListBox comes with different themes. Read more about this in the [Styling and Appearance]({%slug styling-apperance-implicit-styles-overview%}) section of the documentation.
caution If you are using [NoXaml binaries]({%slug implicit-styles-styling-the-controls%}), and you have custom Style targeting RadListBoxItem, you have to base the style on the default one of the control. Example 1 demonstrates this approach. Example 1 demonstrate this approach.
{{region cs-radlistbox-overview_1}}
<Style TargetType="telerik:RadListBoxItem" BasedOn="{StaticResource RadListBoxItemStyle}"/>
{{endregion}}
tip Get started with the control with its [Getting Started]({%slug radlistbox-getting-started%}) help article that shows how to use it in a basic scenario.
Check out the control demos at {% if site.site_name == 'Silverlight' %}demos.telerik.com{% endif %}{% if site.site_name == 'WPF' %}demos.telerik.com{% endif %}
{% if site.site_name == 'WPF' %}
- Telerik UI for WPF ListBox Homepage
- [Get Started with the Telerik UI for WPF ListBox]({%slug radlistbox-getting-started%})
- Telerik UI for WPF API Reference
- [Getting Started with Telerik UI for WPF Components]({%slug getting-started-first-steps%})
- Telerik UI for WPF Virtual Classroom (Training Courses for Registered Users)
- Telerik UI for WPF ListBox Forums
- Telerik UI for WPF Knowledge Base {% endif %}
- [Getting Started]({%slug radlistbox-getting-started%})
- [Events]({%slug radlistbox-events%})