RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / ScrollableWidth Property

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