
Introduces sticky group headers support for ListView.
Features
- DateTimePicker
- Added DefaultDisplayDate property for setting which date will be displayed when SelectedDate is null.
- Added automation ids to elements in the template of the control.
- Added Accept and Reject commands to PickerPopupSelectorSettings to allow custom logic implementation.
- Added IsPopupModal property to PickerPopupSelectorSettings to allow closing the popup when tapped outside.
- Added functionality to respect the date and time separators provided in SpinnerFormatString when creating the headers of the tab items.
- ListPicker
- Added automation ids to elements in the template of the control.
- Added Accept and Reject commands to PickerPopupSelectorSettings to allow custom logic implementation.
- Added IsPopupModal property to PickerPopupSelectorSettings to allow closing the popup when tapped outside.
- ListView
- Introduced VerticalScrollBarVisibility property.
- Introduced sticky group headers support.
- TemplatedPicker
- Added automation ids to elements in the template of the control.
- Added Accept and Reject commands to PickerPopupSelectorSettings to allow custom logic implementation.
- Added IsPopupModal property to PickerPopupSelectorSettings to allow closing the popup when tapped outside.
- WordsProcessing
- Introduced PDF export support for shading applied to the contents of the run.
Fixes
- Calendar
- [Android] The today color is not properly applied when in AgendaView mode.
- [Android] When the appointment title is too long, it moves and overlaps the time label in AgendaView.
- CheckBox
- [iOS] NullReferenceException is thrown when positioned inside a RadListView control.
- DataGrid
- NullReferenceException is thrown when navigating away from the page while the filtering UI is displayed in Shell.
- DateTimePicker
- [UWP] Scrolling stops when the mouse moves over the selectionhighlight.
- SelectionHighlight is not positioned correctly when style is applied.
- Spinner headers are not centered to the spinner content.
- SelectionHighlight is behind the items.
- ListPicker
- SelectionHighlight is behind the items.
- The control does not look different when IsEnabled is set to false.
- Text is not cleared if SelectedItem = null.
- ListView
- [Android] An extra SelectionChanged event with Reset action is raised the first time an item is selected.
- [iOS] Load On Demand, Pull To Refresh, Scrolling causes flickering.
- [UWP] SwipeOffset property is not respected.
- [iOS] ItemSwiping continues after EndItemSwipe() method is called.
- PdfProcessing
- IndexOutOfRangeException when parsing a Tiling pattern with non-RGB color.
- NullReferenceException is thrown when importing documents with destinations that do not have a set page.
- Fixed issue when importing Standard font with WinAnsiEncoding from literal string.
- SpreadProcessing
- Exception is thrown when importing a spreadsheet with the first sheet hidden.
- TemplatedPicker
- SelectionHighlight is behind the items.
- The first selected value cannot be chosen initially.
- TreeView
- Clearing the ItemsSource does not clear the items.
- Enable horizontal scrolling.
- Text is not wrapped properly.
- [iOS] Exception is thrown when removing the last element from a bound data source on iOS 13.3.
- WordsProcessing
- ImageInlines with fixed Size are exported with incorrect size to pdf.
- List bullets are exported to PDF underlined/highlighted when the last run in the corresponding paragraph is underlined/highlighted.
- PAGE fields containing a MERGEFORMAT switch do not get correct result when exported to PDF.
- Spaces after hyperlinks spans are trimmed when importing from HTML.
- WebException on export to docx of document imported from HTML and containing image which src is invalid or relative URL.