-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
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
Option to add vertical scroll with an external button #58
Comments
Hey @pau-garrido , If I understood well, you want to set the height of the grid yourself manually? |
Hey @llorenspujol thanks for your answer. Yes, I basically want the grid to occupy all the height I have on the display and also be able to add more height so it creates scroll in there (independently of the objects that I have on the grid). I guess that with an input that sets the height my problem would be solved. |
In PR #69 it has been added the option to add the height to the grid with an Input, so this issue should be solved. It would be available in the next published version. |
Thanks! |
Hey,
Right now the grid only adds scroll when you add an object on the bottom so it needs to grow.
What about an option where the grid doesn't need objects to grow so you can add scroll with a button (for example) and then fill this space with the objects that you want?
Regards,
The text was updated successfully, but these errors were encountered: