GoDiagram Web Reference
Sorting Property (GoPalette)

Gets or sets whether and how LayoutItems sorts before it positions all of the items.
Syntax
'Declaration
 
<DescriptionAttribute("Whether the items in the palette are sorted before being positioned.")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public Overridable Property Sorting As SortOrder
[DescriptionAttribute("Whether the items in the palette are sorted before being positioned.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPalette Class
GoPalette Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback