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