GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / LayoutScrollBars Method
Whether to call UpdateScrollBars afterwards.
In This Topic
    LayoutScrollBars Method (GoView)
    In This Topic
    Position and size the scrollbars and corner.
    Syntax
    public virtual void LayoutScrollBars( 
       bool update
    )

    Parameters

    update
    Whether to call UpdateScrollBars afterwards.
    Remarks
    By default this places the vertical scroll bar at the right edge of the view, the horizontal scroll bar at the bottom edge, and the corner in the bottom right. All of these controls are inside the view's border.
    See Also