为Xamarin开发Telerik UI

Xamarin的。形式列表视图

  • 专业设计的高性能Xamarin ListView组件,具有数据绑定,按需加载,过滤,排序,分组,项目滑动和拉刷新,垂直和水平布局,页头和页脚支持等功能。
  • 用于Xamarin的Telerik UI的一部分,以及其他一流的本地组件,适用于任何应用程序和设备。
  • 附带免费的文档处理库,多个演示,丰富的文档和指导培训。
和标志 支持Visual Studio和Mac的Visual Studio
列表视图
Nasa, Visa,微软 福克斯,三星,IBM 世界银行集团,沃尔沃
  • 概述

    Xamarin ListView控件是一个虚拟化的列表组件,用于显示数据列表。它在需要滚动和操作项目的场景中非常有用。该控件易于使用,包含了ListView组件所需的所有内容——数据绑定、按需加载、过滤、分组、排序、使用模板选择器定制项目、线性和网格布局、项目滑动和重排序、各种选择选项、页眉和页脚支持等等。

    所有这些都得益于Xamarin中暴露的本地Telerik Android、iOS和UWP ListView控件,具有出色的性能和平台特定的UI。形式,Xamarin的。iOS和Xamarin。安卓,both in Visual Studio and Visual Studio for Mac.

    Xamarin Forms ListView入门文档

    Feature-Rich-ListView-for-Xamarin。形式,
  • 按需负荷

    除了内置的数据绑定功能外,Xamarin。表单列表视图control supports loading data on demand, which optimizes the initial loading of the app and the new items are loaded only when needed – for example when the user reaches the bottom of the ListView or asks for more items. Fine grain control is provided with the option to define the number of loaded items, the built-in loading indicator, and the automatic and manual loading configurations.

    Xamarin表单列表视图按需加载文档

  • 可定制的ListView项目

    Telerik ListView具有两种类型的单元格——TextCell,它显示文本和可选的详细文本,以及TemplateCell,它可以自定义显示任何内容。通过对ItemTemplateSelector的支持,可以定义不同的项模板,并根据所显示的项选择在运行时显示哪个项。

    Xamarin表单ListView单元格类型文档

  • 过滤,分组和排序

    过滤、分组和排序通过一个方便的API提供,因此只有相关的数据才能以正确的顺序呈现给用户。API允许实现过滤和排序UI,为用户提供根据需要过滤和排序ListView项的功能,以及创建具有分层视图的单个或多级分组列表。

    Xamarin表单列表视图文档过滤分组排序
  • 线性和网格布局模式

    Xamarin的ListView控件。形式supports linear and grid layouts. The linear layout arranges the items in a one-column list, while the grid layout arranges the items in a predefined number of columns, expanding the columns and their items to take up the width of the ListView. These layouts can arrange the items in the ListView horizontally or vertically, and also allow for fine grain control over the item’s size, spacing as well as the group header size.

    关于Xamarin ListView布局类型的文档

    Different-Layout-Modes
  • 单选和多选

    Telerik ListView for Xamarin支持单一选择和多重选择。项目可以通过点击或保持手势来选择。

    Xamarin ListView选择模式文档

  • 粘性组标头

    Xamarin的这个特性。表单列表视图control keeps the group item in view while scrolling through a list of items until the next grouped items reaches the top. The feature is especially useful for mobile application scenarios when there are many items in a group as it keeps the user informed in which group they are currently browsing通过。

    ListView - StickyHeaders
  • 高性能和UI虚拟化

    ListView for Xamarin。iOS为Xamarin扩展了标准的UICollectionView和ListView。Android扩展了Android RecyclerView。这甚至为大型数据集提供了快速加载和平滑滚动的体验。

  • 数据绑定到任何数据源

    用于Xamarin ListView控件的Telerik UI使用ItemSource属性填充数据,该属性接受实现IEnumerable的任何集合。在使用ObservableCollection时,还支持双向数据绑定或在MVVM应用程序体系结构场景。
  • 支持展开/折叠组

    通过ListView中的展开/折叠组功能,控件可以以一种方便的方式显示更多的项,方法是将它们分布在分级可折叠组中。可以通过编程方式或通过用户交互展开/折叠组。

    Xamarin ListView中的组扩展/折叠文档

    Telerik UI for Xamarin - ListView -展开折叠组图像
  • 物品滑动操作

    Telerik ListView控件中的条目滑动手势使终端用户能够滑动条目来显示上下文操作(例如,在电子邮件中将条目标记为阅读和删除)。当用户滑动项目时,上下文视图会沿着滑动的方向移动,显示一个指定的区域,其中可以放置任何视图,如按钮、图像等。

    文档关于Xamarin ListView上下文操作和项目滑动

  • 项目重新排序与拖放

    ListView项目重新排序功能在与内容交互时提供了额外的灵活性,它允许通过按住项目并将其移动到所需的新位置来重新排序项目。

    关于Xamarin ListView项目重新排序的文档
  • 拖动刷新

    ListView的Xamarin船拉刷新功能开箱即用,允许用户获取最新的数据通过滚动到列表的顶部和下拉。Telerik拉刷新功能提供了一个内置的载入指示器,这是高度可定制的。

    关于Xamarin ListView Pull to Refresh的文档

  • 页眉和页脚模板

    ListView组件提供了内置的header和Footers模板,使用户可以轻松地在Xamarin中的项的上方和下方添加自己选择的内容。窗体ListView控件。

    Xamarin ListView页眉和页脚模板文档

    Xamarin-ListView-HeaderFooter
  • 动画项目

    当最终用户向上或向下滚动时,ListView使项目在屏幕上显示的方式具有动画效果。支持的动画效果是:缩放,渐隐,滑动或者适当的组合。

  • 造型和外观

    Xamarin的Telerik ListView控件。形式features a built-in styling mechanism for customizing the look of the control and its items with the already familiar approach of using StyleClass and resources. Utilizing the theming concept makes it easier to implement corporate branding in a mobile application or to achieve the same look and feel on both Android and iOS.

    关于Xamarin ListView的文档产品风格而且ItemTemplateSelector

Xamarin组件的所有UI

开始波浪

下一个步骤

查看文档

快速开始产品。

看到价格

许可证使您有权使用Telerik终极支持计划。

下载30天免费试用

尝试为Xamarin提供专门支持的Telerik UI。

Baidu
map