Skip to main content

PreviewModelBase.UseSimpleScrolling Property

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public virtual 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.

Implements

See Also