Simon Boucher
5a8bbe7895
V4.2.0 Released
5 years ago
Simon Boucher
1ed1e410c2
V4.1.0 Released
5 years ago
Simon Boucher
1df13d45e1
V4.0.0 Released
6 years ago
Simon Boucher
cf10fcb830
V3.8.0 Released
7 years ago
Simon Boucher
94eec13344
V3.6.0 Released
7 years ago
BoucherS
24ecc09cf3
V3.4.0 Released
8 years ago
BoucherS
71a12b489e
V3.3.0 Released
V3.3.0 Released
9 years ago
BoucherS
6dc73683a7
V3.2.0 Released
9 years ago
BoucherS
6408c7372d
V3.1.0 Released
9 years ago
BoucherS_cp
fcc59e8737
Version 2.9
10 years ago
BoucherS_cp
e3122b7e41
11 years ago
BoucherS_cp
a9332abb2d
11 years ago
BoucherS_cp
854027e890
11 years ago
BoucherS_cp
af8b733790
12 years ago
BoucherS_cp
964cdfeb69
12 years ago
BoucherS_cp
8598422abe
12 years ago
BoucherS_cp
925cbcd472
13 years ago
emartin_cp
983f425e67
Version 2.0
14 years ago
emartin_cp
0d9a63a7d2
Version 1.9
14 years ago
emartin_cp
a64bb838eb
Rename WPFToolkit.Extended directories for Xceed.Wpf.Toolkit
14 years ago
emartin_cp
0c933c8124
1.8.0 Release
14 years ago
emartin_cp
2edfd42354
1.7.0 Release
14 years ago
Nebuleux_cp
1f0dbeb7e0
Change the license back to Microsoft Public (Ms-PL) in the header of every .cs and .xaml files.
15 years ago
Nebuleux_cp
a5a5359315
Change the namespaces.
15 years ago
Nebuleux_cp
f0775d4061
Add a license description in the header of every .cs and .xaml files.
15 years ago
brianlagunas_cp
63e65e47b9
PropertyGrid: added ShowSortOptions and ShowSearchBox properties that will allow you to control the visibility of the Categorize/Alpha sort optiosna dnt he search text box.
15 years ago
brianlagunas_cp
29ac63a65d
PropertyGrid: added FilterWatermark property which allows you to customize the watermark of the Filter textbox.
15 years ago
brianlagunas_cp
af4c60208d
Moved PropertyGrid changes into .NET 3.5 solution
15 years ago
brianlagunas_cp
bdbd98b09e
PropertyGrid: fixed alignment of grid splitter for expanded properties
15 years ago
brianlagunas_cp
064367f381
PropertyGrid: indented child properties when drilling down the property hierarchy
15 years ago
brianlagunas_cp
093c0485c2
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.
[TypeConverter(typeof(ExpandableObjectConverter))]
public Person Admin
{
get { return _admin; }
set { _admin = value; }
}
For now it works with the above syntax.
15 years ago
brianlagunas_cp
59246fd23c
PropertyGrid: added new AdvanceOptionsMenu property that allows you to specify a custom ContentMenu for the AdvanceOptions button on a property item.
15 years ago
brianlagunas_cp
e6d88f30da
PropertyGrid: added ShowAdvancedOptions property.
15 years ago
brianlagunas_cp
a361af4ead
PropertyGrid: Fixed title of description box not binding to DisplayName.
15 years ago
brianlagunas_cp
07d6da0db6
forgot the generic file with the last checkin
15 years ago
brianlagunas_cp
6a03a7bf8e
PropertyGrid: improved how I populated the property descriptors and starting to work on filtering
15 years ago
brianlagunas_cp
a030fcd934
initial checkin of new ColorCanvas control. This is an advanced color control that is not within a popup, but acts as a stand alone control that allows you to select colors by using a color canvas, or by setting RGB and Alpha values.
16 years ago
brianlagunas_cp
26e89f796b
PropertyGrid: minor fixes, implemented TextBlockEditor for readonly properties.
16 years ago
brianlagunas_cp
608eedf9c5
PropertyGrid: added DisplaySummary property to allow you to show/hide the Suammry area
16 years ago
brianlagunas_cp
85bfc4484f
PropertyGrid: Working on property options, and ValueSource icons.
16 years ago
brianlagunas_cp
228975f121
PropertyGrid: implemented DateTimeUpDown type editor. Working on property binding options menu.
16 years ago
brianlagunas_cp
3d10856b42
PropertyGrid: Styled Categorize and Alphabetize buttons.
16 years ago
brianlagunas_cp
68a8143c63
PropertyGrid: implemented SelectedProperty.
16 years ago
brianlagunas_cp
94a8e34b60
initial checkin of PropertyGrid. Filter not implemented. Some editors aren't implemented. Icons missing for Category and Alphabetical lists of properties.
16 years ago