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 f3a0d20ebd PropertyGrid: added feature that allows you to specify a display name when using the IItemsSource attribute. 15 years ago
..
CheckBoxEditor.cs PropertyGrid: refactored editors 15 years ago
CollectionEditor.xaml various improvements. slightly changed ColorPicker style to match the rest of the dropdown controls. 15 years ago
CollectionEditor.xaml.cs PropertyGrid: Implemented support for complex properties. You can now drill down into a hierarchy of an object's properties. I an not sure if I will create my own attribute or use the following syntax. 15 years ago
ColorEditor.cs various improvements. slightly changed ColorPicker style to match the rest of the dropdown controls. 15 years ago
ComboBoxEditor.cs added new CheckComboBox control. 15 years ago
DateTimeUpDownEditor.cs various improvements. slightly changed ColorPicker style to match the rest of the dropdown controls. 15 years ago
DecimalUpDownEditor.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
DoubleUpDownEditor.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
EnumComboBoxEditor.cs PropertyGrid EnumComboBoxEditor: removed values with Browsable attribute 15 years ago
FontComboBoxEditor.cs Merged all current 4.0 changes into the 3.5 solution. Didn't fully test all controls, but they all compile and seem to work. Not sure how much longer I will support 3.5 since it is so time consuming and a pain to do it. 15 years ago
ITypeEditor.cs PropertyGrid: implemented CustomTypeEditors and also did some refactoring. 15 years ago
IntegerUpDownEditor.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
ItemsSourceAttributeEditor.cs PropertyGrid: added feature that allows you to specify a display name when using the IItemsSource attribute. 15 years ago
PrimitiveTypeCollectionEditor.cs PropertyGrid: implemented CustomTypeEditors and also did some refactoring. 15 years ago
TextBlockEditor.cs PropertyGrid: refactored editors 15 years ago
TextBoxEditor.cs various improvements. slightly changed ColorPicker style to match the rest of the dropdown controls. 15 years ago
TimeSpanEditor.cs PropertyGrid: added TimeSpan editor 15 years ago
TypeEditor.cs PropertyGrid: Implemented support for complex properties. You can now drill down into a hierarchy of an object's properties. I an not sure if I will create my own attribute or use the following syntax. 15 years ago