Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd Graphics.Element.scrollContainer #63
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
I guess we'd just do it in HTML these days. |
evancz
closed this
May 11, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
avh4 commentedDec 23, 2014
This is a proposal to add the capability to create scrolling regions in UIs built using the
Graphics.ElementAPI.With this change, here is how you would make a 200x300 region containing a vertically-scrolling block of text:
Graphics.Element.scrollContaineras proposed here can also be used to make viewports that scroll horizontally or that scroll both vertically and horizontally.As far as I know, there is currently no way to achieve this type of effect with the core API.