GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPalette Class / AutomaticLayout Property
In This Topic
    AutomaticLayout Property
    In This Topic
    Gets or sets whether LayoutItems actually positions all the items.
    Syntax
    [Category("Appearance")]
    [DefaultValue(true)]
    [Description("Whether to automatically position all of the items in a grid")]
    public virtual bool AutomaticLayout {get; set;}

    Property Value

    This defaults to true.
    See Also