By default, the designers' areas are listed in alphabetical order. Does anyone know that to set the order explicitly, which feature is to use in the System.ComponentModel namespace? Use the [category] attribute in group properties, so that users can arrange them in the property window. Click on the "Classified" icon. Within a category, names will still be sorted alphabetically.
PropertyGrid.PropertySort is a setting for property (PropertySort.Categorized vs. PropertySort.CategorizedAlphabetical) but there is not an icon in the IDE property window to choose between them.
Comments
Post a Comment