GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / HorizontalScrollBar Property
In This Topic
    HorizontalScrollBar Property
    In This Topic
    Gets or sets the horizontal scroll bar used by the view when not all objects can be displayed at once in the given client area.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public HScrollBar HorizontalScrollBar {get; set;}

    Property Value

    The HScrollBar control may be invisible and/or disabled, or null. The value comes from either the BottomBar property or the TopBar property.
    Remarks
    The scroll bar has the LargeChange and SmallChange properties, which affect how much is scrolled at a time. The LargeChange property is computed given the width of the view's client area minus the SmallChange value. The SmallChange property value is taken from the ScrollSmallChange property width.
    See Also