ReportViewer for WPF and Silverlight | ComponentOne
C1.WPF.ReportViewer Namespace / C1ReportViewer Class / ScrollBarStyle Property

In This Topic
    ScrollBarStyle Property (C1ReportViewer)
    In This Topic
    Gets or sets the System.Windows.Style used by the System.Windows.Controls.Primitives.ScrollBar control contained in the default template.
    Syntax
    'Declaration
     
    Public Property ScrollBarStyle As Style
    public Style ScrollBarStyle {get; set;}
    See Also