Commented Issue: RichTextBoxFormatBar fades away while choosing from Combos...
The auto fade feature of the RichTextBoxFormatBar fades away even if you are interacting with it. This happens, for example, when the list of the ComboBoxes are long enough. If you go far from the...
View ArticleCommented Unassigned: PropertyGrid Default DateTimeEditor ignores all inputs....
The default DateTime editor seems to be completely non-functional in the latest release. Mouse wheel scrolls, cursor keys, manual entry are all ignored and the value returned/stored/displayed is always...
View ArticleNew Comment on "MessageBox"
Usage needs to be updated. Here is a proper example: Xceed.Wpf.Toolkit.MessageBox.Show("Unable to connect.", "Server Connection Error", MessageBoxButton.OK, MessageBoxImage.Exclamation);
View ArticleNew Post: ItemsSource dynamic for a CheckComboBox in a custom editor
Hi, I want to bind a List to the ItemsSource property of a CheckComboBox to be able to update ItemsSource property dynamically. The CheckComboBox is in a User Control Custom Editor (implementing...
View ArticleNew Post: How to change error template of propertygrid elements
My propertyGrid use the selectedObject property to show an object with custom attributes (Editors...). Can i update all the defaults errorTemplate of the propertyItems from the propertyGrid xaml...
View ArticleNew Post: How to make MessageBox Modal for current window.
Is there a way to show the MessageBox from anywhere in the code (In my case in the ViewModel) to be modal in the current window so you can't drag it outside the window?
View ArticleNew Post: WatermarkTextBox and decimal value
I want use the WatermarkTextBox and show a decimal value in the format "0.00" or "25.75" How can I do that with MVVM? If I bind the Text-Property to my ViewModel then it show only a "0" Here a example...
View ArticleNew Post: WatermarkTextBox and decimal value
Add to the binding: StringFormat={}{0:0.00}
View ArticleNew Post: WatermarkTextBox and decimal value
Wow - so easy It works fine for me Have a nice Weekend ;-)
View ArticleCommented Issue: MaskedTextBox: v1.5 dropped Watermark property [16362]
When MaskedTextBox changed its base class to TextBox, looks like we lost the Watermark property. Can this property be re-implemented?Comments: ** Comment from web user: pfhreak ** But there is a...
View ArticleCommented 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: 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 ArticleNew Post: How to make MessageBox Modal for current window.
My first guest would be that you need to add an WindowContainer on each of your windows, add a MessageBox (not visible at first) to each of theses WindowContainers, And map the Visibility and Text...
View ArticleNew Post: Support for coded UI tests
We didn't consider any automated UI test in the toolkit development yet.
View ArticleReopened Issue: MaskedTextBox: v1.5 dropped Watermark property [16362]
When MaskedTextBox changed its base class to TextBox, looks like we lost the Watermark property. Can this property be re-implemented?
View ArticleCommented 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 ArticleCreated Unassigned: Color Picker in Collection Editor doesn't work [19834]
I have an ObservableCollection of System.Windows.Media.Color. I can see the collection editor and Color is selected in the top left but I cannot add it - the button is disabled. The color class does...
View ArticleCommented Issue: FileNotFoundException occurred [19680]
I get this message when I use IntegerUpDown in my wpf application.Could not load file or assembly 'Xceed.Wpf.Toolkit.Aero2, Version=1.9.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of...
View Article