Skip to main content
A newer version of this page is available. .

ScrollBarBase.SetVisibility(Boolean) Method

Sets the visibility of the current ScrollBarBase control. This method is not in effect if the scroll bar is displayed in the touch UI mode.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public virtual void SetVisibility(
    bool visible
)

Parameters

Name Type Description
visible Boolean

true to display the control; false to hide the control.

See Also