Skip to main content

XlDocumentView.ShowVerticalScrollBar Property

Gets or sets whether to show a vertical scrollbar.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool ShowVerticalScrollBar { get; set; }

Property Value

Type Description
Boolean

true to show the vertical scrollbar; otherwise, false.

See Also