-
Notifications
You must be signed in to change notification settings - Fork 48
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
Dynamically change Shape size #80
Comments
No, it isn't. |
Ok... |
Hmm.., I'll give it a try for now. |
How can I change the height of an item of a list dynamically? |
Currently you can't. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to change the size of my rectangle within my generator with something like:
row.item("my_shape").style(:height, "50px", :width, "30px")
Is it possible?
The text was updated successfully, but these errors were encountered: