Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool EnableContinuousScrolling { get; set; }

Property Value

Type Description
Boolean

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

See Also