Back to Devexpress

DiagramControl.IsHScrollVisible Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-3839dfaa.md

latest1.2 KB
Original Source

DiagramControl.IsHScrollVisible Property

Gets whether the horizontal scroll bar is visible.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public bool IsHScrollVisible { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsHScrollVisible As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ScrollPos

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace