Telerik UI for Xamarin R1 2020 SP: Sticky ListView Headers, Improved Pickers & More

栏目: IT技术 · 发布时间: 6年前

内容简介:The Telerik UI for Xamarin R1 2020 service pack is live today, bringing new features in the RadListView and Pickers controls and addressing a number of issues across the suite.With last month’sR1 2020 releaseofNow

The Telerik UI for Xamarin R1 2020 service pack is live today, bringing new features in the RadListView and Pickers controls and addressing a number of issues across the suite.

With last month’sR1 2020 releaseof Telerik UI for Xamarin we have introduced a set of picker controls,List,DateTimeandTemplated (Custom) Pickers, and new view mode for the Calendar control –Agenda View. We have now released our service pack, focusing on stability and improvements in the Picker controls and some nice additions to the suite like Sticky Group Headers for the ListView control.

Sticky Group Headers for ListView Control

Now RadListView comes with one of the most requested features in our public feedback portal - Sticky Group Headers.

Sticky group headers are quite useful in grouped ListView scenarios when the groups have many items. While scrolling throughout the items, the corresponding group header “freezes” at the top of the view until the next one pushes it away.

You can easily enable the sticky group header behavior by setting  IsGroupHeaderSticky  property of the ListView to  “True” .

Check the short screencast below to see the sticky group headers in action:

Telerik UI for Xamarin R1 2020 SP: Sticky ListView Headers, Improved Pickers & More

Improvements in Picker Controls

Common List Picker , DateTime Picker and Templated (Custom) Picker features:

  • Add automation IDs.
  • In addition to the default ones, there is a feature now which enables you to add custom logic to Accept and Cancel commands.
  • Open the picker in modal or non-modal popup. You can define whether the popup will be modal or not through the IsPopupModal Boolean property. When IsPopupModal="True" the UI behind the popup gets inactive and cannot be used until the popup is closed. When IsPopupModal="False" the popup can be closed when clicking outside the popup.
    Here's an example with DateTime Picker when IsPopupModal is False

    < telerikInput:RadDateTimePicker SpinnerFormatString = "d"

                AreSpinnerHeadersVisible = "True" >

       < telerikInput:RadDateTimePicker.SelectorSettings >

         < telerikInput:PickerPopupSelectorSettings   IsPopupModal = "False"

                        PopupOutsideBackgroundColor = "LightBlue" />

       </ telerikInput:RadDateTimePicker.SelectorSettings >

    </ telerikInput:RadDateTimePicker >

    Check the short screencast below:

    Telerik UI for Xamarin R1 2020 SP: Sticky ListView Headers, Improved Pickers & More

    And when the IsPopupModal is True :
    Telerik UI for Xamarin R1 2020 SP: Sticky ListView Headers, Improved Pickers & More

New Features in DateTime Picker control

RadDateTime Picker gives you the opportunity to define a default display date when the SelectedDate value is null . You can achieve this through the DefaultDisplayDate property

< telerikInput:RadDateTimePicker SpinnerFormatString = "d"

            SelectedDate = "{x:Null}"

            DefaultDisplayDate = "2020,02,24"

            AreSpinnerHeadersVisible = "True" />

Fixed Issues

Calendar

  • The today color is not properly applied when in AgendaView mode on Android
  • When the appointment title is too long, it moves and overlaps the time label in AgendaView on Android

CheckBox

  • Fix NullReferenceException is thrown when positioned inside a RadListView control on iOS

DataGrid

  • NullReferenceException is thrown when navigating away from the page while the filtering UI is displayed in Shell.

DateTime Picker

  • Scrolling stops when the mouse moves over the selectionhighlight on UWP
  • SelectionHighlight is not positioned correctly when style is applied.
  • Spinner headers are not center to the spinner content.
  • SelectionHighlight is behind the items.

List Picker

  • SelectionHighlight is behind the items.
  • The control does not look different when IsEnabled is set to false.

Templated Picker

  • SelectionHighlight is behind the items.
  • The first selected value cannot be chosen initially.

ListView

  • An extra SelectionChanged event with Reset action is raised the first time an item is selected on Android
  • Load On Demand, Pull To Refresh, Scrolling causes flickering on iOS
  • SwipeOffset property is not respected on UWP
  • ItemSwiping continues after EndItemSwipe() method is called on iOS

TreeView

  • Clearing the ItemsSource does not clear the items.
  • Enable horizontal scrolling.
  • Text is not wrapped properly.

Share Your Feedback

For many of these we received feedback from you — extremely valuable and appreciated. Please, keep it coming, either by commenting below or by visiting ourFeedback portalabout  Telerik UI for Xamarin . Let us know if you have any suggestions or if you need any particular features/controls.

And if you haven’t already had a chance to try our UI toolkits, simply download a trial from the link below:

Start Your Trial


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

计算智能导论

计算智能导论

英吉布雷切特 / 谭营 / 清华大学出版社 / 2010-6 / 59.00元

《计算智能导论(第2版)》导论性地介绍了计算智能的5 个典型范例:人工神经网络、进化计算、计算群体智能、人工免疫系统和模糊系统。它们分别是对生物神经系统、生物进化过程、社会组织的群体行为、自然免疫系统和人类思维过程的成功建模。这些范例已经得到了广泛深入的研究,人们在取得了很大的成功之后,已将研究成果广泛地应用到了众多的实际应用领域。极大提高了人们发现问题,求解问题,尤其是求解复杂科学与工程问题的能......一起来看看 《计算智能导论》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具