Skip to main content

DiagramControl.IsHScrollVisible Property

Gets whether the horizontal scroll bar is visible.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[Browsable(false)]
public bool IsHScrollVisible { get; }

Property Value

Type Description
Boolean

true if the horizontal scroll bar is visible; otherwise, false.

See Also