GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / RightBar Property
In This Topic
    RightBar Property
    In This Topic
    Gets or sets the Control that runs along the right edge of the view.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual Control RightBar {get; set;}

    Property Value

    Any Control may be used here; the initial value is a vertical scroll bar.
    Remarks
    The position and height of the control are set automatically by LayoutScrollBars; the width is not modified.
    See Also