Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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