Skip to main content
All docs
V25.1
  • 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.v25.1.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