ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfViewer Class / HorizontalScrollBarVisibility Property

In This Topic
    HorizontalScrollBarVisibility Property
    In This Topic
    Gets or sets a value that indicates whether a horizontal System.Windows.Controls.Primitives.ScrollBar should be displayed.
    Syntax
    'Declaration
     
    
    Public Property HorizontalScrollBarVisibility As ScrollBarVisibility
    public ScrollBarVisibility HorizontalScrollBarVisibility {get; set;}
    See Also