PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / RestrictScrollToPage Property

In This Topic
    RestrictScrollToPage Property (C1PreviewPane)
    In This Topic
    Gets or sets a value indicating whether scrolling with the scrollbar or mouse wheel is restricted to the current page (for non-continuous mode only).

    The default is false.

    Syntax
    'Declaration
     
    Public Property RestrictScrollToPage As Boolean
    public bool RestrictScrollToPage {get; set;}
    See Also