GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / MinimumItemSize Property
In This Topic
    MinimumItemSize Property
    In This Topic
    Gets or sets the minimum size to be used when resizing.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The minimum Width and Height for each item")]
    public virtual SizeF MinimumItemSize {get; set;}

    Property Value

    The width and height must not be negative. The default value is 1x1.
    See Also