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.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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 to
false’ so that the scroll position does not change automatically when the user clicks on a page.
See Also