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.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

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

See Also