Click or drag to resize

CPDFViewerScrollOwner Property

Gets or sets a ScrollViewer element that controls scrolling behavior.

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public ScrollViewer ScrollOwner { get; set; }

Return Value

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

Implements

IScrollInfoScrollOwner
See Also