Identifies types of scroll UI supported by Table nodes.
SyntaxVB6
Copy Code
|
|---|
Public Enum ETableScrollUI |
C++
Copy Code
|
|---|
enum ETableScrollUI |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
uiScrollbars |
0 | Let users scroll using a scrollbar show on the right side of a Table node. |
![]() |
uiScrollButtons |
1 | Show scroll-up and scroll-down arrow buttons in table's caption bar. |
See Also