VScrollBar.SetVisibility(Boolean) Method
Sets the visibility of the current VScrollBar control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
visible | Boolean | true to display the control; false to hide the control. |
See Also