Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 3.69 KB

overview.md

File metadata and controls

62 lines (43 loc) · 3.69 KB
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

{{ site.framework_name }} ListBox Overview

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 %}

Rad List Box Overview 02

Key Features:

  • 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.

[C#] Example 1: Implicit Style with BasedOn property set

{{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 Support and Learning Resources

See Also

  • [Getting Started]({%slug radlistbox-getting-started%})
  • [Events]({%slug radlistbox-events%})