ScrollableHeight Property (C1RichTextBox)
In This Topic
Gets or sets 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.
Syntax
'Declaration
Public Property ScrollableHeight As Double
public double ScrollableHeight {get; set;}
See Also