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.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
| C# |
|---|
public double ScrollableHeight { get; private set; } |
| Visual Basic |
|---|
Public Property ScrollableHeight As Double Get Private Set |