All the controls missing in WPF. Over 1 million downloads.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
brianlagunas_cp f3aad8decc added new CheckComboBox control. 15 years ago
..
Attributes PropertyGrid: no longer support the ExpandableObjectConverter syntax for defining a complex property. I have added a new attribute called ExpandableObjectAttribute. 15 years ago
Commands PropertyGrid: added filtering 15 years ago
Converters Moved PropertyGrid changes into .NET 3.5 solution 15 years ago
Editors added new CheckComboBox control. 15 years ago
EditorDefinition.cs PropertyGrid: removed IEditorDefinition interface. 15 years ago
EditorDefinitionCollection.cs PropertyGrid: removed IEditorDefinition interface. 15 years ago
PropertyDefinition.cs PropertyGrid: added new property called AutoGenerateProperties. When true it will autogenerate all properties for an object. Wehn set to false if till not generate any properties, but instead you supply the property to show be defining PropertyDefinitions. here is an example: 15 years ago
PropertyDefinitionCollection.cs PropertyGrid: added new property called AutoGenerateProperties. When true it will autogenerate all properties for an object. Wehn set to false if till not generate any properties, but instead you supply the property to show be defining PropertyDefinitions. here is an example: 15 years ago
PropertyGrid.cs PropertyGrid: added new property called AutoGenerateProperties. When true it will autogenerate all properties for an object. Wehn set to false if till not generate any properties, but instead you supply the property to show be defining PropertyDefinitions. here is an example: 15 years ago
PropertyGridUtilities.cs PropertyGrid: removed IEditorDefinition interface. 15 years ago
PropertyItem.cs PropertyGrid: Added PropertyGrid examples to the Samples application. 15 years ago
PropertyItemCollection.cs PropertyGrid BREAKING CHANGES - renamed CustomTypeEditors to EditorDefinitions. Added ability to add custom editors by declaring a DataTemplate. You can target a Type or a list of PropertyNames. 15 years ago