GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPalette Class / Sorting Property
In This Topic
    Sorting Property (GoPalette)
    In This Topic
    Gets or sets whether and how LayoutItems sorts before it positions all of the items.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("Whether the items in the palette are sorted before being positioned.")]
    public virtual SortOrder Sorting {get; set;}

    Property Value

    If the value is not SortOrder.None, Comparer is used to determine the sort order. Otherwise, LayoutItems places the palette items in a grid in an order of its own choosing.
    See Also