enum UIScroll
This describes how UI elements with scrollable regions scroll around or use scroll bars! This allows you to enable or disable vertical and horizontal scrolling.
Enum Values
| Both | This will enable both vertical and horizontal scroll bars or scrolling. |
| Horizontal | This will enable horizontal scroll bars or scrolling. |
| None | No scroll bars or scrolling. |
| Vertical | This will enable vertical scroll bars or scrolling. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!