ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ScrollUtility Class / _buildScrollbar Method

In This Topic
    _buildScrollbar Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _buildScrollbar( _
       ByVal orientation As Orientation, _
       ByVal scrollbarRect As IRectangle, _
       ByVal contentSize As ISize, _
       ByVal domManager As IDomElementManager _
    ) As IScrollbar
    public static IScrollbar _buildScrollbar( 
       Orientation orientation,
       IRectangle scrollbarRect,
       ISize contentSize,
       IDomElementManager domManager
    )

    Parameters

    orientation
    scrollbarRect
    contentSize
    domManager
    See Also