Values for Idx_ScrollDirection.
NONE | No scroll bars (Symbols - C: "ScrollNone" , Lua: __ScrollingStack_ScrollNone ) |
SCROLLDIRECTION_HORIZONTAL | Horizontal scroll bar (Symbols - C: "ScrollHorizontal" , Lua: __ScrollingStack_ScrollHorizontal ) |
SCROLLDIRECTION_VERTICAL | Vertical scroll bar (Symbols - C: "ScrollVertical" , Lua: __ScrollingStack_ScrollVertical ) |
SCROLLDIRECTION_BOTH | Horizontal and Vertical scroll bars (Symbols - C: "ScrollBoth" , Lua: __ScrollingStack_ScrollBoth ) |