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

VScrollBar.SetVisibility(Boolean) Method

Sets the visibility of the current VScrollBar control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

public override void SetVisibility(
    bool visible
)

Parameters

Name Type Description
visible Boolean

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

See Also