ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfViewer Class / HorizontalScrollBarVisibility Property

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