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

In This Topic
    ComputedHorizontalScrollBarVisibility Property (C1RichTextBox)
    In This Topic
    Gets or sets a value that indicates whether the horizontal System.Windows.Controls.Primitives.ScrollBar is visible.
    Syntax
    'Declaration
     
    
    Public Property ComputedHorizontalScrollBarVisibility As Visibility
    public Visibility ComputedHorizontalScrollBarVisibility {get; set;}
    See Also