brianlagunas_cp
|
4c94490c39
|
WatermarkTextBox, fixed small issue with SelectAllOnGotFocus and updated sample to include this feature.
|
15 years ago |
brianlagunas_cp
|
b4ad07b61d
|
added WatermakrTextBox samples to Sample application.
|
15 years ago |
brianlagunas_cp
|
5567f5637e
|
finished the base architecture for the sample application. You will be able to view both the XAML and the C# code in tabs while running the sample application. Now I just need to start adding some samples.
|
15 years ago |
brianlagunas_cp
|
790d7159f1
|
merged all controls and bug fixes into the .NET 3.5 solution.
|
15 years ago |
brianlagunas_cp
|
24ded02642
|
Wizard: Made WizardPageType.Exterior the default PageType
|
15 years ago |
brianlagunas_cp
|
3a8c84bff5
|
Wizard: implemented default style
|
15 years ago |
brianlagunas_cp
|
e6d88f30da
|
PropertyGrid: added ShowAdvancedOptions property.
|
15 years ago |
brianlagunas_cp
|
6feaea84aa
|
various improvements. slightly changed ColorPicker style to match the rest of the dropdown controls.
|
15 years ago |
brianlagunas_cp
|
a211507f8d
|
Starting to work on the styling of the Wizard control and WizardPages
|
15 years ago |
brianlagunas_cp
|
72ec92e4c2
|
MultiLineTextEditor: added text releated properties
|
15 years ago |
brianlagunas_cp
|
75dcc5524e
|
added new MultiLineTextEditor control. PrimitiveTypeCollectionEditor now uses this control for accepting text input.
|
15 years ago |
brianlagunas_cp
|
b3840750b6
|
small width change for PrimitiveCollectionEditor
|
15 years ago |
brianlagunas_cp
|
cfcb570f14
|
New PrimitiveTypeCollectionEditor added. It is used for editing IList<PrimitiveType> such as Int and String. PropertyGrid now uses this editor for editing primitive colleciton types.
|
15 years ago |
brianlagunas_cp
|
8aaac023af
|
PropertyGrid: finished CollectionEditor control. This editor will only work for collections that implement the IList interface.
|
15 years ago |
brianlagunas_cp
|
a17f24e2bb
|
PropertyGrid: working on Collection editor. This editor will only be able to add/remove items from a collection of IList.
|
15 years ago |
brianlagunas_cp
|
7e8fd94c47
|
PropertyGrid: added Update() method which will allow you to update all property values in the PropertyGrid with the data from the SelectedObject. This is helpful when your SelectedObject does not implement the INotifyPropertyChanged interface.
|
15 years ago |
brianlagunas_cp
|
dcb9127ee4
|
DateTimeUpDown: added support for custom context menu
|
15 years ago |
brianlagunas_cp
|
20e6bf8faa
|
Wizard: implemented rest of buttons. You can override button behaviors of Wizard on a WizardPage by WizardPage basis.
|
15 years ago |
brianlagunas_cp
|
54fdc2c072
|
Wizard: Implemented Wizard Pages, Help, Back, Next buttons. Added features to set visibility of buttons from the Wizard and then override the behavior from the individual wizard pages. No styling yet. It's pretty plain.
|
15 years ago |
brianlagunas_cp
|
817c85bd61
|
initial checkin of Wizard control and sample module. Nothing usable yet, just mainly stubbing out the code.
|
15 years ago |
brianlagunas_cp
|
dac6d6469e
|
PropertyGrid: working on collection editor
|
15 years ago |
brianlagunas_cp
|
ae62284349
|
Changed ButtonChrome to contentcontrol and fixed various dropdown controls to visualize IsEnabled and IsChecked properly.
|
15 years ago |
brianlagunas_cp
|
f12df52f69
|
CheckListBox: renamed properties
|
15 years ago |
brianlagunas_cp
|
ec4d1c039c
|
ColorPicker: added 3 properties; AvailableColorsHeader, StandardColorsHeader, and RecentColorsHeader which will allow you to change the text for the respective sections.
|
15 years ago |
brianlagunas_cp
|
15ae41e7a9
|
MessageBox: added ability to define any content for the message box buttons. So you ar enot limited to just text such as "Yes" or "No", but instead you can it to any content such as UI elements and images.
|
15 years ago |
brianlagunas_cp
|
5461de964e
|
SplitButton now derives from DropDownButton.
|
15 years ago |
brianlagunas_cp
|
8f286ab983
|
added new DropDownButton control
|
15 years ago |
brianlagunas_cp
|
884a634e0c
|
CheckListBox: fixed bug when checking/unchecking the SelectedItem and the Command doesn't fire.
|
15 years ago |
brianlagunas_cp
|
59c178e4cc
|
DateTimeParser: added support for cultures that have "." as a date/time separator such as Danish.
|
15 years ago |
brianlagunas_cp
|
d1c4040853
|
ProperytGrid: Filtering now filters off the DisplayName
|
15 years ago |
brianlagunas_cp
|
8030f0a09e
|
PropertyGrid: removing properties that are not Browsable
|
15 years ago |
brianlagunas_cp
|
16b09320ad
|
SplitButton: fixed static command problem, also added Opened and Closed events.
|
15 years ago |
brianlagunas_cp
|
2043db6035
|
PropertyGrid: added color editor.
|
15 years ago |
brianlagunas_cp
|
decbc6a765
|
TimePicker: added value changed event.
|
15 years ago |
brianlagunas_cp
|
a361af4ead
|
PropertyGrid: Fixed title of description box not binding to DisplayName.
|
15 years ago |
brianlagunas_cp
|
cea282dcfd
|
PropertyGrid: added support for the DisplayNameAttribute
|
15 years ago |
brianlagunas_cp
|
07d6da0db6
|
forgot the generic file with the last checkin
|
15 years ago |
brianlagunas_cp
|
3dbf1e4d9f
|
PropertyGrid: added filtering
|
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
|
464bf2e989
|
nothing special, just fixed the build order of the sample application modules
|
15 years ago |
brianlagunas_cp
|
45bb377e43
|
fixed type-o
|
15 years ago |
brianlagunas_cp
|
2a33404daa
|
still working on sample app
|
15 years ago |
brianlagunas_cp
|
e13613af5c
|
working on sample app shell
|
15 years ago |
brianlagunas_cp
|
0427eee28f
|
stubbed out the rest of the sample modules
|
15 years ago |
brianlagunas_cp
|
f580a21c83
|
added empty modules and changed module loading to app.config.
|
15 years ago |
brianlagunas_cp
|
d6d4ad7b5b
|
working on sample application. stubbed out a couple of modules.
|
15 years ago |
brianlagunas_cp
|
4b2c7e9479
|
added new sample project. No samples written yet, but base infrastructure is in place.
|
15 years ago |
brianlagunas_cp
|
9e93725a47
|
RichTextBoxFormatBar: fixed bug when the background of selected words would turn black.
|
15 years ago |
brianlagunas_cp
|
b3ad5ff1dd
|
minor changes to CheckListBox
|
15 years ago |
brianlagunas_cp
|
096fd815ce
|
working on the CheckListBox. You bind your collection to the ItemsSource property. Set the DisplayMemberPath, and the CheckedMemberPath. It also supports Commanding. Set the Command property to your command. The parameter will default to the SelectedItem, which is the item that was just checked/unchecked. It also has a SelectionChganged event. You can obtain the object the was check/unchecked from the e.Item property of the event args.
|
15 years ago |