We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

SFlistView - The ScrollBarVisibility "Never" with MaximumHeightRequest does not work

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.

  • Syncfusion.Maui.ListView: 20.4.52

2 Replies 1 reply marked as answer

SY Suthi Yuvaraj Syncfusion Team March 13, 2023 05:12 AM UTC

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




SY Suthi Yuvaraj Syncfusion Team March 27, 2023 02:12 PM UTC

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.

https://www.syncfusion.com/forums/181344/essential-studio-2023-volume-1-main-release-v21-1-35-is-available-for-download

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.

Scrollbar comes to view when scrolling only.
Scrollbar is not visible with non-scrollable content.

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.



Marked as answer
Loader.
Live Chat Icon For mobile
Up arrow icon