Gets or sets what type of scroll UI to show in Table nodes.
SyntaxVB6
Copy Code
|
|---|
Public Property Get TableScrollUI() As ETableScrollUI |
C++
Copy Code
|
|---|
public: |
A member of the ETableScrollUI enumeration. The default value is uiScrollButtons.
RemarksThis property must be set before creating any tables.
See Also