Overview

Telerik List Picker for Xamarin allows you to select an item from a list of items. This list is visualized inside a popup. List Picker provides the ability to loop its items infinitely while scrolling. Also you can fully customize the dialog appearance, style the list items and define templates for the items and for the selected one.

Telerik UI for Xamarin Ninja image

The List Picker is part of Telerik UI for Xamarin, a professional grade UI component library for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

List Picker Overview

Key features

  • Looping: List Picker for Xamarin provides the ability to loop its items infinitely while scrolling. For more information in this go to Looping article in our documentation.

  • Templates: RadList Picker allows you to define a template for the list items and the selected one through the ItemTemplate and SelectedItemTemplate properties. To learn more about this, visit Templates article.

  • DisplayString Format: You can choose what text to display when an item from the list was picked through the Picker DisplayStringFormat property. For more info on this check the Key Features - Display String section.

  • Flexible Styling API: Take advantage of the styling capabilities of RadList Picker by using its Style properties such as ItemStyle, SelectedItemStyle, etc. You can easily style its Spinners, the Popup and its header and footer. For more details check the Styling article.

  • Commands Support: RadPickerBase class exposes commands that allow you to clear the selected item - Clear Command and Toggle Command which allows you to open and close the dialog. For more information about Commands support check our help article here.

Check out RadList Picker Getting Started help article that shows how to use it in a basic scenario.

See Also

In this article