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

    Property Value

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