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

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