Commented Issue: Could not load file or assembly Xceed.Wpf.Toolkit.Aero2 [19506]
From [this discussion](http://wpftoolkit.codeplex.com/discussions/437608) -----------Hi,I added the DoubleUpDown control to a DataGrid and when the first row is initialized I get following IO...
View ArticleCommented Issue: Missing Assembly: Xceed.Wpf.Toolkit.Luna [19517]
I added Xceed Extended WPF Toolkit via Nuget and I get a "A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll" which when I looked into it, found that it was...
View ArticleEdited Feature: Need the ability customize the list of properties displayed...
Based on (PropertyGrid) Dynamic Visibility of Properties: http://wpftoolkit.codeplex.com/discussions/366328 which is Wiki Link: [discussion:366328]. There are times when the list of properties...
View ArticleNew Comment on "CheckComboBox"
When I select an item in combobox... its text changes to checkedCombobox.selecteditem.value:ITEM1 Ho can that be fixed?
View ArticleNew Post: Cannot bind ColorPicker SelectedColor to the ViewModel
I am trying to do a simple binding on the SelectedColor property of a ColorPicker. I created a simple app to demo my issue. The XAML:<Window x:Class="XceedColorPickerTest.MainWindow"...
View ArticleNew Post: How to change error message of IntergerUpDown
Hi, All is in the title. For exemple if the user enter a value higher than the maximum, the message is "Value must be less than MaxValue of 12. Nom du paramètre : Maximum". Impossible to change that...
View ArticleNew Post: ChildWindow as root element
This may be an old question, but if it helps anyone else you need to add the window to the UI tree before showing it. Something like this: MyDialog dialog = new MyDialog();...
View ArticleNew Post: ChildWindow and Visual Studio 2012
Hi, i've a problem. I'm developing a WPF product and i used the ChildWindow with visual studio 2010 without problems. Now I am moving to VS2012, and in any page I try to add this control in xaml,...
View ArticleNew Post: Cannot bind ColorPicker SelectedColor to the ViewModel
Forget it. I got it. I had to use a Media.Color (and a System.Background.Color will not work either). Like this: public System.Windows.Media.Color MediaColor { get; set; } Ernie
View ArticleNew Post: ChildWindow and Visual Studio 2012
The ChildWindow is working in VS2012 with toolkit v2.0. The ChildWindow is working in VS2012 with toolkit v1.9. Here's the childWindow used in XAML :...
View ArticleNew Post: Prevent value change when focus is lost
I am currently using the PropertyGrid with several strings. If the user changes the text for say a label (does not hit enter) and than click on another property of the same object, that altered text is...
View ArticleNew Post: PrimitiveTypeCollectionEditor - Set ComboBox text?
Hi, I am trying to use the PrimitiveTypeCollectionEditor control with a List<string> items source. Works fine, but how to set the text which is shown in the combobox? It's just empty, and I would...
View ArticleReviewed: Extended WPF Toolkit - 1.9.0 (May 01, 2013)
Rated 5 Stars (out of 5) - Great tools, I do like the BusyIndicator and the DateTimePicker among others
View ArticleNew Post: CheckListBox, Selecting (checking) items by code (c#, manually)
OhRlyMrTsla wrote: Hello! I have had a look around but to my disappointment I cannot find a way to select (check) any one chosen item in my collection like you can in windows forms applications. Now,...
View ArticleClosed Feature: Set a date range on DateTimePicker [18119]
From the following discussion (http://wpftoolkit.codeplex.com/discussions/356980), it should be possible to set a date range on the DateTimePicker.Comments: Duplicate of 17944
View ArticleClosed Issue: MaskedTextbox not allow to enter text from Tablet PC Input...
adhakshinamoorthy submitted this issue in the following discussion (http://wpftoolkit.codeplex.com/discussions/357786). It seems text cannot be entered in the MaskedTextBox from the Tablet PC Input...
View ArticleEdited Issue: DateTimePicker.ValueChanged fired twice in some scenario's [18680]
You can reproduce it in like 5 minutes: - Create new WPF project - Add DateTimePicker - Attach event handler - Write some statement inside the handler and put a breakpoint on it - Run the program and...
View ArticleEdited Feature: Color Picker - Feature request - Only show Advanced Dropdown...
option so that when the dropdown is activated - the Advanced view is shown (and there is no option to show the standard display) EnableAdvanced = TrueEnableStandard = False
View ArticleEdited Issue: Wizard Navigation CanSelect[Next|Previous]Page updating [17925]
Changing the bound values to CanSelectNextPage does not cause the Command.CanExecute to re-evaluate, so the button doesn't update until the Wizard Page is clicked somewhere. The only way I got the...
View ArticleClosed Issue: TokenizedTextBox delete selection [17432]
Tt's not released yet, however the delete selection of the TokenizedTextBox is not working properly.The code take only one container, but could be more selected, so I changed it and resolved to...
View Article