-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Enhancement] Looping Scroll #13308
Comments
Hi, @oicangi05 - thanks for submitting this proposal! While this remains in consideration, you may be interested in checking out CarouselView w/ looping ( |
Hi @rachelkang - thanks for the ideas, I've already checked @mattleibow 's library, but that's not quite what I'm looking for. CarouselView comes closer, but can I set the CarouselView's Orientation to vertical? |
@oicangi05 yep! You can set the vertical orientation as described in our docs here and as seen in this sample :) |
thanks a lot :) @rachelkang |
no problem, happy to help! :) |
Thanks for this suggestion! As Xamarin.Forms is now in maintenance mode, this will not happen anymore for Xamarin.Forms. We're only adding bugfixes and stability fixes. If this is still important to you, make sure to check the .NET MAUI repo and see if it's already on the roadmap. If not, feel free to open a discussion to discuss a change first or open an issue with a detailed feature request. Thanks! |
Summary
My idea is to have a Scrollable view( It could be the ScrollView, CollectionView or a Bindable Layout), in which it is possible to have a looping ItemsSource i.e when scrolling down the user never reaches the end, but the first element of the List. Has anyone done this?
API Changes
Intended Use Case
Something like the EnableLooping of the SFPicker
The text was updated successfully, but these errors were encountered: