
Includes updates to PDF Viewer, plus fixes for Accordion, Calendar and ListView.
Features
- PDF Viewer
- Implemented a SourceException event that is raised when an exception is thrown while importing a document asynchronously.
Fixes
- Accordion
- The IsVisible property of an AccordionItem is not taken into consideration.
- Calendar
- Appointment`s Details property is not readable or editable via the built-in scheduling screens.
- ListView
- [iOS] Using ItemTemplateSelector with DataTemplate with custom cell type raises an exception.
- [Android] Margins are not applied on Header and Footer Templates.
- [iOS]: Items flickering on each property change when an ItemTemplateSelector is applied.
- The control is not rendered when grouping is enabled and the item has more than one property with same name.
- [iOS] [Android] Group and sort not working for inherited properties.
- [iOS] NullRefenceException is thrown when FooterTemplate = null.