ScrollUp trigger RefreshView to Refreshing
housecode opened this issue · 2 comments
housecode commented
When wrapping CollectionView
in example page (e.g: SideMenuPage
or any example page) with Xamarin.Forms.RefreshView
, IsRefreshing
property value set to true.
<RefreshView>
<CollectionView x:Name="CollectionView"
ItemsSource="{Binding Items}"
Margin="0, 5, 0, 0"
BackgroundColor="White">
<CollectionView.ItemTemplate>
<DataTemplate>
<context:SideContextMenuView IsAutoCloseEnabled="true"
ForceCloseCommand="{Binding ForceCloseCommand}">
....
</context:SideContextMenuView>
</DataTemplate>
</CollectionView.ItemTemplate>
</CollectionView>
</RefreshView>
Step to Reproduce:
- Update
Xamarin.Forms
to latest (4.7.0.968) - Change the example and wrap the
CollectionView
withRefreshView
- Don't scroll down/up, then swipe one of displayed item
- Don't click any context menu
- Scroll up and refreshing icon appears
Affected platform:
Android
Screen Recording:
https://drive.google.com/file/d/1-I2fl0UgpC1wAPifLjoNljX4zRqsn5Sy/view?usp=sharing
AndreiMisiukevich commented
Hi,
Weird bug.
Can you reproduce this bug with XF SwipeView ?
housecode commented
Nope, I can't reproduce with SwipeView