Hi Konstantinos,
Greetings from Syncfusion. Please find the response for your query below here.
For Query 1, List view item visibility
We have tried to replicate the reported issue at our end by creating a simple sample, we are afraid that we are not able to reproduce the issue at our end.
So, can you please revert us by modifying the sample based on your application along with replication procedure. This will be helpful for us to investigate further and provide you a better solution at the earliest.
For Query 2 and 3, Swipe gestures and related events.
We would like to inform you that interactions at top region (up to RevealedHeight) of the front layer will be handled by backdrop control for swipe support to reveal or conceal the back layer.
You can resolve this by disabling swiping action for revealing/concealing back layer by setting false for EnableSwiping property of Frontlayer and using header icon for revealing/concealing back layer.
Please refer the below code snippet.
Code Snippet [XAML]
<backdrop:BackdropFrontLayer EnableSwiping="False">
<!--Your code for list view here-->
</backdrop:BackdropFrontLayer> |
If the provided solution doesn’t meet your requirement, kindly revert us back with more information to replicate your scenario along with code snippets or sample.
Regards,
Bharathi.