The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Whenever i set IsScrollingEnabled="false" in my listview, it seems like it is creating a new instance of Swipe direction and making it blank in an opposite direction.
GPGnana Priya Namasivayam Syncfusion Team November 11, 2019 05:47 AM
Hi Josh,
Thank you for using Syncfusion products.
We have checked the reported issue by enabling the swiping feature and we are unable to replicate itfrom our side and we didn't face any blank space as reported. We have attached the tested sample for your reference, please find the sample from below
Can you please check the sample and let us know whether you're still facing the same issue and the provided sample as well? if not, kindly modify the sample based on your scenario and revert back to us with the video or explain your application scenario in detail or complete XAML & code behind codes. It will be helpful for us to check on it and provide you the appropriate solution.
Regards,
Gnana Priya N
JOJoshNovember 16, 2019 02:08 AM
Thank you so much for the response. I wanted to update that i was able to figure my issue out. I was nesting the listview inside a scrollview and i believe it was trying to use the height of the parent which was -1 so that was making it have weird behavios. I looked into this https://help.syncfusion.com/xamarin/listview/working-with-sflistview#loading-listview-inside-scrollview and was able to move my listview properties to the code behind. I set the listview heightrequest to the height request of the parent scrollview. I also set the scrollview height request (if you don't set it it was showing it as -1)