Hides the scrollbars.
SyntaxVB6
Copy Code
|
|---|
Public Sub HideScrollers () |
C++
Copy Code
|
|---|
public: |
RemarksHide the scrollbars of the control. Pay attention to the fact that built-in scrollbars are created only if FlowChartX has its own window. If you use it windowless you can register external scrollbars within the control. For more information, refer to RegExtrScrollers.
See Also