Skip to main content
A newer version of this page is available. .

BackstagePrintPreview.EnableContinuousScrolling Property

Specifies whether to enable smooth (continuous) vertical scrolling in preview or jump to the beginning of the next page on reaching the end of the previous page. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public bool EnableContinuousScrolling { get; set; }

Property Value

Type Description
Boolean

true, to enable continuous vertical scrolling; otherwise, false.

See Also