PreviewModelBase.UseSimpleScrolling Property
Specifies whether a simple scrolling mode should be used for the document.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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