Customize the Scroll Bar

Hi, 

Using a horizontal sflistview

What options are there for customizing the scroll bar.

Ie can you change position to top | left |right | bottom 
width, color, disable auto-hide, length

Regards Iain





5 Replies

CS Chandrasekar Sampathkumar Syncfusion Team May 18, 2020 09:04 AM UTC

Hi Iain, 
Thank you for using Syncfusion products. 
We have checked the reported query “Customizing ScrollBar in ListView” from our end. We deeply regret to inform you that, we have used Xamarin.Forms ScrollView for interaction purpose in SfListView, and there are no customization options for ScrollView’s ScrollBar. 
Please let us know if you need further assistance. 
Regards, 
Chandrasekar Sampathkumar 



IR Iain Rough May 18, 2020 09:09 AM UTC

Would it be possible to bind the ScrollToPosition or similar to a slider with two bindings?


CS Chandrasekar Sampathkumar Syncfusion Team May 18, 2020 05:35 PM UTC

Hi Iain, 
Thank you for the update. 
We have checked the reported query “Bind ScrollToPosition or similar to a slider with two bindings” from our end. We would like to let you know that ScrollToPosition is an enum value used in ScrollToRowIndex method for positioning the ListView item in the screen. It cannot be binded to slider. 
Please let us know if you need further assistance. 
Regards, 
Chandrasekar Sampathkumar 



IR Iain Rough May 18, 2020 06:17 PM UTC

What other options are there to indicate scrolling exists or scroll posistion 


CS Chandrasekar Sampathkumar Syncfusion Team May 19, 2020 04:43 PM UTC

Hi Iain, 
Thank you for the update. 
ExtendedScrollView Event 
Description 
The event handler receives an argument of type Xamarin.Forms.ScrolledEventArgs containing data related to this event.  
ScrollX The X position of the finished scroll. 
ScrollY The Y position of the finished scroll. 
 
SfListView Method/Event 
Description 
Scrolls the SfListView to the row at the given index. 
Scrolls the SfListView item into given position. 
Occurs when the SfListView's scrolling state changed. 
You can refer our online documentation for more reference, 
Please let us know if you need further assistance. 
Regards, 
Chandrasekar Sampathkumar 


Loader.
Up arrow icon