Gets a value that represents the horizontal size of the area that can be scrolled; the difference between the height of the extent and the height of the viewport.

Namespace:  C1.Silverlight.PdfViewer
Assembly:  C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)

Syntax

C#
public double ScrollableHeight { get; private set; }
Visual Basic
Public Property ScrollableHeight As Double
	Get
	Private Set

See Also