Back to Devexpress

DiagramControl.IsVScrollVisible Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-34a8d551.md

latest1.2 KB
Original Source

DiagramControl.IsVScrollVisible Property

Gets whether the vertical scroll bar is visible.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

ScrollPos

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace