Gets or sets a value indicating whether users are allowed to scroll the table up / down.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Scrollable() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. Initialized with FlowChart.TablesScrollable.
RemarksDisplays arrow buttons in the table caption area, which can be used to scroll the table rows. The current scroll position can be get or set by the CurrScrollRow property.
See Also