
Includes updates to ListView and Calendar components.
Features
- ListView
- Added IsFrozen property of the group headers.
- Exposed a method to scroll to a specific position.
- Added contextual information in the command parameter of the LoadMoreDataCommand.
- Calendar
- Added footer area with a Button.
Fixes
- Chart
- ClearSelection of the ChartSelectionBehavior does not raise SelectionChanged.
- Points that are outside of the ViewPort, but have connections to points inside of it are not rendered.
- ListView
- Prevent item from being swiped beyond the SwipeOffset property.
- SwipeOffset property is not respected.
- LoadOnDemand event fires multiple times with automatic load on demand.
- Frozen group headers are not being measured correctly.
- Frozen group headers lose their collapsed state while scrolling.
- Sticky group header overlaps top header.