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
Is your feature request related to a problem? Please describe.
Could you provide an example of vertical virtualization for a horizontal list, similar to the UI shown below?
Describe the solution you'd like
A clear and concise description of what you want to happen.
Diagrams and screenshots welcome!
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
This is not currently supported and requires either a listview inside a scrollview or a scrollview inside a listview.
Since offsetFromStart only supports scrollview, you should choose one or the other depending on the scroll position when scrolling.
Is your feature request related to a problem? Please describe.
Could you provide an example of vertical virtualization for a horizontal list, similar to the UI shown below?
Describe the solution you'd like
A clear and concise description of what you want to happen.
Diagrams and screenshots welcome!
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: