v0.9.9
版本发布时间: 2019-01-28 19:30:07
roubachof/Sharpnado.Presentation.Forms最新发布版本:v1.7.1(2020-07-23 16:48:35)
- Fix issue #18
CurrentItem
is not correct whenSnapStyle
=Center
(iOS and Android) - Consistency between
CurrentItem
update and snapping between iOS and Android
Snap center behavior changes
I had to make a choice with CurrentItem
update when ```SnapStyle = Center````.
As for this version, when scrolling to the first item or the last item, snap effect is deactivated in order to fully see the item.
Snap behavior and CurrentItem
are updated accordingly:
- if first item is completely visible snap is deactivated and
CurrentItem = 0
- if last item is completely visible snap is deactivated and
CurrentItem = index-of-last-item
1、 Sharpnado.Forms.HorizontalListView.0.9.9.nupkg 240.81KB
2、 Sharpnado.Presentation.Forms.0.9.9.nupkg 330.12KB