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

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

Syntax

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

See Also