BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
The ScrollBarVisibility property set to "Never" of the SfListView control with the orientation set to "Horizontal" does not work causing the scroll bar to be visible even though it is set to "Never", this only happens when the SfListView has a MaximumHeightRequest set, However, if you remove the MaximumHeightRequest property, the ScrollBarVisibility "Never" property works again, hiding the scroll bar correctly. In my case it is important that the SfListView can use the MaximumHeightRequest property and the ScrollBarVisibility as "Never" simultaneously.
Hi Tecnopresley,
With Maui's previous versions, the ScrollbarVisibility property of the framework ScrollView was not worked as expected in Android, iOS, and Mac platforms and we have reported the issue on the framework side also. As we said before, in our SfListView, the ScrollView is used as an internal component, so due to a framework side issue, we handled this property for the WinUI platform alone in SfListView.
Now it seems, the reported issue has been fixed in ScrollView. So we will consider it and do the required changes on our side and the fix will be included in our 2023 Vol 1 main release which will be rolled out at end of March 2023.
Regards,
Suthi Yuvaraj
Tecnopresley,
We are glad to announce that our Essential Studio 2023 Volume 1 Main Release V21.1.35 is rolled out, we have fixed the reported issue “[iOS] ScrollbarVisibility in .Net Maui SfListView” and included the fix in this release, which is available for download under the following link.
Please refer the below table for scrollbar visibility behavior compared to Framework ScrollView, also let us know if you are facing any issue
iOS |
Framework ScrollView |
SfListView |
Always |
Behaves
as same as in Default. |
Working as same as ScrollView. |
Default |
Working |
Working |
Never |
Working |
Working |
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.