Click or drag to resize

PdfViewerScrollOwner Property

Gets or sets a ScrollViewer element that controls scrolling behavior.

Namespace: Patagames.Pdf.Net.Controls.Wpf
Assembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax
public ScrollViewer ScrollOwner { get; set; }

Property Value

ScrollViewer
A ScrollViewer element that controls scrolling behavior. This property has no default value.

Implements

IScrollInfoScrollOwner
Remarks
Logical scrolling enables scrolling to the next element in the logical tree. Physical scrolling, in contrast, scrolls content by a defined measurable increment in a specified direction. If you require physical scrolling instead of logical scrolling, wrap the host Panel element in a ScrollViewer and set the value of its CanContentScroll property to false.
See Also