Skip to main content

ReportDesignerViewModel.UseSimpleScrolling Property

Specifies whether or not a simple scrolling mode should be used for the document.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public override bool UseSimpleScrolling { get; set; }

#Property Value

Type Description
Boolean

true to use simple scrolling; otherwise false.

#Remarks

Two scrolling modes are available: page-by-page (when a document is scrolled from one page to another) and simple scrolling (when a single page is scrolled). The simple scrolling is best suited for merged reports.

See Also