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


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

查看所有标签

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

Reversing

Reversing

艾拉姆(Eilam,E.) / 韩琪、杨艳、王玉英、李娜 / 电子工业出版社 / 2007-9 / 79.00元

本书描述的是在逆向与反逆向之间展开的一场旷日持久的拉锯战。作者Eldad Eilam以一个解说人的身份为我们详尽地评述了双方使用的每一招每一式的优点与不足。 书中包含的主要内容有:操作系统的逆向工程;.NET平台上的逆向工程;逆向未公开的文件格式和网络协议;逆向工程的合法性问题;拷贝保护和数字版权管理技术的逆向工程;防止别人对你的代码实施逆向工程的各种技术;恶意程序的逆向工程;反编译器的基本......一起来看看 《Reversing》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

MD5 加密
MD5 加密

MD5 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具