brianlagunas_cp
|
20ca224b52
|
ChildWindow: added FocusedElement property that will allow you to set the initial focused element when the ChildWindow is shown/receives focus.
FocusedElement="{Binding ElementName=_textBox}"
|
15 years ago |
brianlagunas_cp
|
833623716a
|
ColorPicker: implemented ColorCanvas control. ColorPicker now has an advanced color palette to choose colors form.
|
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.
|
15 years ago |
brianlagunas_cp
|
d48a3d1211
|
Major overhaul of folder structure. Seperated Generic resource dictionary into smaller more managable resource dictionaries (one for each control). This will also help add support for theming. Hopefully I didn't break anything.
|
15 years ago |
brianlagunas_cp
|
99f34fec54
|
ColorPicker: added transparent color swatch to Standard Colors. Fixed minor binding errors.
|
15 years ago |
brianlagunas_cp
|
17e1e9f05f
|
ColorPicker: added new property that allows you to specify how to show the color information. You can show just the color or the color and color name. Just set the DisplayColorAndName property to true to display the color block and the name of the color next to it.
<extToolkit:ColorPicker DisplayColorAndName="True"/>
|
15 years ago |
brianlagunas_cp
|
53ead6bd64
|
ColorPicker: fixed bug where the popup would stay open when other controls receive focus. Restyled the colorPicker.
RichTextBoxFormatBar: fixed font highlight toogle button to display the current highlight color
|
15 years ago |
brianlagunas_cp
|
d0b7fe55f4
|
ColorPicker: Added SelectedColorChanged event. Added ButtonStyle property so you can style the ColorPicker's dropdown button any way you want.
RichTextBoxFormatBar: Added Text Highlight Color, Font Color, Bullet list and numbered lists.
|
16 years ago |
brianlagunas_cp
|
d8d4a632b9
|
ColorPicker: completely re-wrote the color picker control. It now no longer has the color canvas and sliders to choose colors, (it will eventually in advanced mode). It now has 140 color squares of all available KnownColors, it also has a standard color palette of ten commonly used colors, and keeps track of recently used colors. You can supply your own custom available color and standard color palettes by setting the AvailableColors and StandardColors properties.
|
16 years ago |
brianlagunas_cp
|
8e558b1436
|
changed coding stragegy so I can more easily support both .NET 4.0 and 3.5.
|
16 years ago |
brianlagunas_cp
|
ea2e742da8
|
14378 : fixed BusyIndicator focus issue
14297 : fixed ColorPicker null reference error when not databinding to it.
|
16 years ago |
brianlagunas_cp
|
72a68c2374
|
various bug fixes, consolidated common styles
|
16 years ago |
brianlagunas_cp
|
6d10a6e4b0
|
Initial checkin of new ColorPicker control
|
16 years ago |