Unplanned
Last Updated: 26 Feb 2018 10:49 by ADMIN
Christian
Created on: 19 Jul 2017 09:57
Category: ListView
Type: Bug Report
1
ListView: [Android] Complete swipe content appears when there is no background set to the items
You can reproduce the issue with the SDK example http://docs.telerik.com/devtools/xamarin/controls/listview/gestures/listview-gestures-cell-swipe.

In UWP everything looks fine, but in Android both labels of the item swipe template appears.
Attached Files:
5 comments
ADMIN
Georgi
Posted on: 25 Sep 2017 13:54
Hi Christian,
Thank you for the additional information.
Indeed when you swipe that way the content appears again. We have  added it as a additional info to the internal item and we will have it in mind when fixing this issue (for example not showing the content until the right gesture is performed).
We are sorry for the inconvenience caused.
Christian
Posted on: 22 Sep 2017 17:29
Hi Georgi,
with the background the behavior is much better than before. But there is still an issue, if you swipe from one side to the other side (over the whole width). This is reproduceable with UWP to.
ADMIN
Georgi
Posted on: 21 Sep 2017 07:56
Hi Christian,

Thank you for the attached project. We were able to reproduce it and I have approved this issue. It turns out that this is observed when there is no background to the items and as a workaround you can set the background:
  <telerikListView:ListViewTemplateCell.View>
                            <StackLayout Margin="10,10,10,0" Orientation="Horizontal" BackgroundColor="White">

Hope this would help.
Christian
Posted on: 19 Sep 2017 19:46
Hi Georgi,
I attached my solution where I tested the issue.
Attached Files:
ADMIN
Georgi
Posted on: 19 Sep 2017 08:21
Hi Christian,

Please note, that we are not aware of this issue and we have tested it in the mentioned example, but we were not able to reproduce it. Here is a video showing how it behaves at my end  https://www.screencast.com/t/yBXakoWawIiV .

It would be great if you could let us know if we are not missing something.