Skip to main content
All docs
V23.2

DocumentPreviewControl.CanSelectPageByClick Property

Allows you not to scroll to the top of the page when you click an unselected page.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool CanSelectPageByClick { get; set; }

Property Value

Type Description
Boolean

True - to automatically scroll the page to the top when the user clicks the page; false - to disable automatic scrolling when the user clicks the page.

Remarks

Set the CanSelectPageByClick' property tofalse’ so that the scroll position does not change automatically when the user clicks on a page.

See Also