SFListView ScrollBarVisibility Never doesn't work
Hi,
using last version 32.1.23 , having a SfListView with ScrollBarVisibility="Never" doesn't work, both on ios and android.
Working on prev version 32.1.22
Thanks
SIGN IN To post a reply.
5 Replies
MM
Muthukumar Madasamy
Syncfusion Team
January 19, 2026 08:39 AM UTC
Hi Luca,
Thank you for contacting us.
We have validated the reported issue with ScrollBarVisibility="Never" using:
.NET 9.0
- .NET 10 (10.0.30)
- Latest Syncfusion .NET MAUI controls with SfListView v32.1.23
We have also tested the behavior in multiple runtime scenarios, including:
- Shell page
- Navigation page
- Direct MainPage
- Implicit style usage
In all these cases, the behavior works correctly. On both Android and iOS, when ScrollBarVisibility="Never" is set, the scrollbar is not displayed, and the ListView behaves as expected in all tested environments.
To further investigate what might be causing the issue at your end, could you please share:
- .NET MAUI version / target framework (for example: .NET MAUI 8 / 10, and the exact SDK version).
- The platforms and OS versions where you are observing the issue (specific Android/iOS versions, emulator or physical device).
- A small reproducible sample or the relevant XAML/C# snippet where SfListView and ScrollBarVisibility are configured.
For your reference, we have attached a simple sample that we used to test this behavior with ScrollBarVisibility="Never" on Android and iOS, where the scrollbar is correctly hidden.
Please try comparing your setup with the sample and let us know if you still face the issue after matching the MAUI and Syncfusion versions. If the issue persists, kindly share the above details so we can analyze it further and provide a solution.
Best Regards,
Muthu Kumar Madasamy.
Attachment: ListViewSample_36540f1f.zip
LU
Luca
January 19, 2026 10:57 AM UTC
Thanks,
I'm using SFList with Orientation="Horizontal", maybe you can try with this.
thanks
MM
Muthukumar Madasamy
Syncfusion Team
January 20, 2026 04:53 AM UTC
Hi Luca,
Thanks for the update.
We have tested the scenario again specifically with SfListView Orientation="Horizontal" using the latest version 32.1.23 on both Android and iOS, and the scrollbar is correctly hidden when
ScrollBarVisibility="Never" is applied. We were unable to reproduce the issue on our side.To help identify what might be different in your project, could you please share the details we requested earlier:
- .NET MAUI version / Target framework
- Device or OS version where the issue appears
- A small reproducible sample or the XAML snippet of your horizontal ListView setup
For your reference, we have attached an output video showing the behavior working correctly with horizontal orientation.
Once we receive the above details, we’ll analyze it further and provide you with a solution.
Looking forward to your update.
Best Regards,
Muthu Kumar Madasamy.
Muthu Kumar Madasamy.
LU
Luca
January 20, 2026 09:21 PM UTC
Hi,
moving property ScrollBarVisibility="Never" as last in slistview xaml tag solved the issue.
I don't know why.
<slistview:SfListView .... ... ...... ScrollBarVisibility="Never">
MM
Muthukumar Madasamy
Syncfusion Team
January 21, 2026 04:50 AM UTC
Hi Luca,
We are glad to know that the issue has been resolved at your end. This kind of behavior can sometimes occur due to old NuGet cache and a clean rebuild usually helps.
Please let us know if you need any further assistance. we’re happy to help.
Best Regards,
Muthu Kumar Madasamy.
SIGN IN To post a reply.
- 5 Replies
- 2 Participants
-
LU Luca
- Jan 16, 2026 10:46 PM UTC
- Jan 21, 2026 04:50 AM UTC