内容简介:Try our new picker controls, tinker with Blazor bindings, implement sticky group headers and more with the latest controls and new features for Telerik UI for Xamarin!R2 2020 is finally here and we have a lot of goodies in store for you! Remember our picke
Try our new picker controls, tinker with Blazor bindings, implement sticky group headers and more with the latest controls and new features for Telerik UI for Xamarin!
R2 2020 is finally here and we have a lot of goodies in store for you! Remember our picker controls fromlast release? ListPicker, TemplatedPicker and DateTimePicker? With this release we have shipped the official versions of these pickers. While working on them during R1 2020, we started some parallel work for creating three more pickers for the stack, namely DatePicker, TimePicker and TimeSpanPicker.
It is important to point out that we've managed to refactor the internal structure of the existing pickers in a way that all the valuable features will be automatically inherited by the newly provided picker controls, including:
- Templating
- Styling API
- Formatting
- UI virtualization
- Localization
- Ranges
- Commands
All these features are shared across all pickers, so you can expect the new controls to support them as well.
DatePicker
The DatePicker control allows the end user to select a date within predefined range. The SpinnerFormat property is used to control which spinners will be visualized visualized and allows for defining standard and custom format strings for the DateTime object.
TimePicker
The TimePicker control is designed to enable the selection of time within the range of a single day. It supports both 12- and 24-hour formats. To hold the current selection, the control uses a nullable TimeSpan object.
The SpinnerFormat property is available here as well - define standard and some of the custom format strings for TimeSpan class to visualize the respective spinners. If the scenario requires setting additional steps for the spinners, the TimePicker component exposes the HourStep , MinuteStep , SecondStep properties. This feature can help when choosing between predefined slots of time.
TimeSpanPicker
The TimeSpanPicker is designed to cover all application scenarios that require selection with longer than 24 hours duration. It also uses a nullable TimeSpan object and allows for the selection of a range with a duration of several days. As the other time related picker, this one also allows setting separate steps to any of the spinners.
The earlier mentioned refactoring led to slight changes in the public API of the existing DateTimePicker. Everything you need to know about the changes is in our documentation . However, when we compared the advantages and disadvantages of these changes we decided to go ahead and implement them for the better.
On top of the newly provided picker components, we continue to fine-tune and extend the existing ones with fixes and powerful new features. Some of the notable mentions include the ability to customize the headers of the separate spinners.
Experimental Blazor Bindings
.
Our team immediately jumped on the bandwagon and as of R2 2020 we provide experimental Blazor bindings for several of the Telerik UI for Xamarin components. Here are the components you can tinker with for your new Blazor Bindings project:
- BusyIndicator
- Border
- Button
- CheckBox
For additional information refer to the documentation .
以上所述就是小编给大家介绍的《New Picker Controls, Blazor Bindings, Demo Apps and More in R2 2020 for Telerik UI for Xamarin》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
你必须知道的495个C语言问题
Steve Summit / 孙云、朱群英 / 人民邮电出版社 / 2009-2 / 45.00元
“本书是Summit以及C FAQ在线列表的许多参与者多年心血的结晶,是C语言界最为珍贵的财富之一。我向所有C语言程序员推荐本书。” ——Francis Glassborow,著名C/C++专家,ACCU(C/C++用户协会)前主席 “本书清晰阐明了Kernighan与Ritchie《The C programming Language》一书中许多简略的地方,而且精彩地总结了C语言编程......一起来看看 《你必须知道的495个C语言问题》 这本书的介绍吧!