brianlagunas_cp
ec9f9cc534
playing with theming
15 years ago
brianlagunas_cp
03cc414929
More theming fun with the ButtonSpinner
15 years ago
brianlagunas_cp
f3aad8decc
added new CheckComboBox control.
15 years ago
brianlagunas_cp
0499cd1b56
added new control TokenizedTextBox. Not ready for use yet, still working on architecture and funtionality.
15 years ago
brianlagunas_cp
75dcc5524e
added new MultiLineTextEditor control. PrimitiveTypeCollectionEditor now uses this control for accepting text input.
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
817c85bd61
initial checkin of Wizard control and sample module. Nothing usable yet, just mainly stubbing out the code.
15 years ago
brianlagunas_cp
8f286ab983
added new DropDownButton control
15 years ago
brianlagunas_cp
402858a083
initial check-in of new CheckListBox. not ready for use yet. still playing with architecture.
15 years ago
brianlagunas_cp
26f996d834
forgot to removed maskedTextBox theme
15 years ago
brianlagunas_cp
7a43161d2d
MaskedTextBox: now derives from TextBox. Hopefully I didn't break anything.
15 years ago
brianlagunas_cp
8cc7bb073b
NumericUpDown: changed default ValueType to Decimal.
initial check in of new Calculator UpDown control.
15 years ago
brianlagunas_cp
3a3f64f6d2
initial check-in of Calculator control.
15 years ago
brianlagunas_cp
f3091ccbc5
check-in initial TimePicker control. Not ready to be used, still trying to decide what approach to take to develop it.
15 years ago
brianlagunas_cp
e49f830059
initial check-in of new DateTimePicker control. Get the best of both worlds. This combines the DateTimeUpDown control with a drop down that has a Calendar control and another TimeUpDown control.
15 years ago
brianlagunas_cp
9737ba0c3f
initial check in of new WatermarkTextBox control.
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
94a8e34b60
initial checkin of PropertyGrid. Filter not implemented. Some editors aren't implemented. Icons missing for Category and Alphabetical lists of properties.
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
141e00da41
added ButtonChrome to ButtonSpinner. This is the first step to supporting theming.
15 years ago
brianlagunas_cp
10584447af
working on ButtonChrome styling and SplitButton template.
15 years ago
brianlagunas_cp
607584d43f
ButtonChrome: working on colors
15 years ago
brianlagunas_cp
8694161d60
ButtonChrome: working on colors
15 years ago
brianlagunas_cp
5cc69cc49e
initial check in of ButtonChrome control
15 years ago
brianlagunas_cp
d9f171528f
SplitButton: added click event and Commanding support.
15 years ago
brianlagunas_cp
2ed2b328f6
finally got SplitButton popup behavior working properly.
15 years ago
brianlagunas_cp
2021b454fc
trying to get SplitButton to behave properly, not having much success.
15 years ago
brianlagunas_cp
77c5557650
initial check in of new SplitButton control.
15 years ago
brianlagunas_cp
39b83d04a8
forgot to check in generic.xaml with last check in
15 years ago
brianlagunas_cp
58b648b40c
ChildWIndow: fixed bug which was cause by showing the window then resizing the parent, the window would not recalculate its position to stay in view. I refactored the code. I also added a new property called WindowStartupLocation. There are two options; Center and Manual. Set it to Center if you want the ChildWindow to always be centered when it opens. Set it to Manual if you want to control where it opens by setting the Top and Left properties. If set on Manual and the user drags the ChildWindow and closes it, it will reopen the last place the user moved it. The default value is Manual.
15 years ago
brianlagunas_cp
a1c5cee93b
ChildWindow: fixed tabbing bug.
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
4abef32184
Input controls: added support to change background color.
15 years ago
brianlagunas_cp
991992fb97
Fixed bug in DateTimeUpDown when not changing the Format, null exception would occur when changing values.
Added default foreground colors to editors to controls like the DataGrid will not change the foreground color.
15 years ago
brianlagunas_cp
7e23ff70da
ButtonSpinner: Fixed tabbing issues.
15 years ago
brianlagunas_cp
656792de6a
MaskedTextBox: fixed Blend designer error.
16 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
e7edaf4925
fixed some focusing when tabbing issues.
16 years ago
brianlagunas_cp
96d7444d2d
remember when I renamed DisplayText to Text, well I broke something. should be fixed now :0)
16 years ago
brianlagunas_cp
cf4a8d4201
added new DateTimeUpDown control. Aloows you to use spin buttons or the mouse wheel to increment/decrement individual sections of a DateTime value. There are currently 10 supported formats: FullDateTime, LongDate, LongTime, MonthDay, RFC1123, ShortDate, ShortTime, SortableDateTime, UniversalSortableDateTime, and YearMonth. Use the control as follows:
<extToolkit:DateTimeUpDown Value="{Binding LastUpdated}" Format="FullDateTime" />
You cannot type in the Value yet because I haven't figured that part out yet.
16 years ago
brianlagunas_cp
05b6f8024d
InputBase: Renamed DisplayText back to Text. made more sense and I didn't want to go change all the documentation to DisplayText :0P
16 years ago
brianlagunas_cp
e04f959612
fixed some stuff I broke, and improved data type conversions
16 years ago
brianlagunas_cp
34e7fd56df
Made a lot of changes, and possible breaking changes:
1. added new MaskedTextBox control
2. no longer have UpDownBase<T>
3. NumericUpDown now has new base class. Hopefully I didn't break anything, but I know I did :0)
4. By default the NumericUpDown uses doubles. To use anything else such as decimals or int you must specify the ValueType accordingly.
<extToolkit:NumericUpDown Grid.Row="1" Value="{Binding Age}" Increment="1" Minimum="18" Maximum="65" ValueType="{x:Type sys:Int32}" />
16 years ago
brianlagunas_cp
4ce76d6d8a
added new Magnifier control. It magnifies anything that it is attached to. You can attach it to any thing that is of type UIElement. To attach it use the MagnifierManager as follows. The ZoomFactor controls how far to zoom in. ZoomFactor ranges from 0.0 up to 1.0. The lower the number the deeper the zoom. 0 being the most zoomed in and 1 being normal size. It is a double so play around with values such as .009 or .2386 to get the desired effect.
<extToolkit:MagnifierManager.Magnifier>
<extToolkit:Magnifier Radius="150" ZoomFactor="0.5" />
</extToolkit:MagnifierManager.Magnifier>
16 years ago
brianlagunas_cp
866ba36b77
NumericUpDpwn: fixed minor bugs and added support for Percent formatting
16 years ago
brianlagunas_cp
532dab48f0
added new NumericUpDown control. It provides spin buttons to increment and decrement the value. You can also specifiy a format in which to show the value such as currency C2, or decimal up to three decimals F3. YOu can specify a Min and Max value as well as the increment values. You can also specify if the user can type in the textbox by setting IsEditable property. Support for up/down arrows and mouse wheel.
<toolkit:NumericUpDown Value="25" FormatString="C2" Increment=".5" Maximum="30" Minimum="20" />
16 years ago
brianlagunas_cp
308ad9dc85
initial checkin of new ButtonSpinner control. Allows you to add button spinners to any element and then respond to the Spin event to manipulate that element. To add use the following syntax
<toolkit:ButtonSpinner Spin="ButtonSpinner_Spin" >
<TextBox x:Name="_txtValue" />
</toolkit:ButtonSpinner>
private void ButtonSpinner_Spin(object sender, Microsoft.Windows.Controls.Primitives.SpinEventArgs e)
{
int value = String.IsNullOrEmpty(_txtValue.Text) ? 0 : Convert.ToInt32(_txtValue.Text);
if (e.Direction == Microsoft.Windows.Controls.Primitives.SpinDirection.Increase)
value++;
else
value--;
_txtValue.Text = value.ToString();
}
16 years ago