GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ScrollSmallChange Property
In This Topic
    ScrollSmallChange Property
    In This Topic
    Gets or sets the distance to scroll when scrolling a small amount.
    Syntax
    [Category("Behavior")]
    [Description("The distance to scroll when scrolling a small amount.")]
    public virtual Size ScrollSmallChange {get; set;}

    Property Value

    The Size value must have positive Width and Height, indicating the amount in view coordinates to scroll horizontally or vertically in either direction.
    Remarks
    Setting this property also modifies the SmallChange properties of the scroll bars, if there are any.
    See Also