Gets or sets a value indicating whether if scroll bars are unnecessary, they will be disabled of hidden.
SyntaxVB6
Copy Code
|
|---|
Public Property Get DisableNoScroll() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksIf this property is set to true, scrollbars are disabled when not needed, otherwise they are hidden. For DisableNoScroll to has effect, its value must be set before calling the ShowScrollers or SetDocSize method.
See Also