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

Syntax

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

See Also