内容简介: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:
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:
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:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
RESTful Web Services Cookbook
Subbu Allamaraju / Yahoo Press / 2010-3-11 / USD 39.99
While the REST design philosophy has captured the imagination of web and enterprise developers alike, using this approach to develop real web services is no picnic. This cookbook includes more than 10......一起来看看 《RESTful Web Services Cookbook》 这本书的介绍吧!