You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my application (.net 8, for Android, iOs, and Windows) there are long lists to scroll, so the "fast scroll" functionality is essential.
Maui offers two controls, but neither satisfies me.
ListView:
"fast scolling" is possible via the android platform-specific, by setting the "android:ListView.IsFastScrollEnabled" property
but (known) bug of the "blank item" on Android and Windows
CollectionView:
no bugs
but no "fast scrolling" on Android
Knowing that the CollectionView uses the native RecyclerView view on Android, and that fast scrolling has been available for this widget for a long time (see here), I tried to add it via the CollectionViewHandler. But without success :)
Do you have a solution please to have fast scrolling on Android without bugs?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In my application (.net 8, for Android, iOs, and Windows) there are long lists to scroll, so the "fast scroll" functionality is essential.
Maui offers two controls, but neither satisfies me.
ListView:
CollectionView:
Knowing that the CollectionView uses the native RecyclerView view on Android, and that fast scrolling has been available for this widget for a long time (see here), I tried to add it via the CollectionViewHandler. But without success :)
Do you have a solution please to have fast scrolling on Android without bugs?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions