We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Good afternoon!
My list despite being displayed correctly, it is not scrolling correctly.
An example follows:
https://plnkr.co/edit/8nHU9WsoPbsH5Sp6GP7X?p=preview
Thank you for your help
The text was updated successfully, but these errors were encountered:
In your example, scroll will work when getSize returns any value equal less than 0.4.
getSize(item, index){ return 0.4; }
Sorry, something went wrong.
Sorry if this is obvious, but if the size is specified in pixels, where did this 0.4 value come from?
No branches or pull requests
Good afternoon!
My list despite being displayed correctly, it is not scrolling correctly.
An example follows:
https://plnkr.co/edit/8nHU9WsoPbsH5Sp6GP7X?p=preview
Thank you for your help
The text was updated successfully, but these errors were encountered: