Commented Unassigned: DoubleUpDown FormatString [19982]
DoubleUpDown FormatString="F2" or FormatString="F1" does not work for me:(.FormatString="F3" and FormatString="F4" are ok, but with 1 or 2 when I press TAB, get value multiplied by 10 or 100...
View ArticleNew Comment on "DecimalUpDown"
Can you submit a sample for the dataTrigger binding not working ? In the discussions tab please.
View ArticleNew Post: Wizard: Raise event when the Next Button is clicked on a wizard page.
WizardPage currently has 2 specific events : WizardPage has a "Leave" event that is fire when leaving a specific page. WizardPage has a "Enter" event that is fire when entering a specific page. Can you...
View ArticleNew Comment on "DateTimePicker"
If you want to remove the dropDown button of a dateTimePicker, use a DateTimeUpDown. Looks like the datetimepicker is updating after it lost focus when trying to edit the time manually.
View ArticleCommented Issue: DecimalUpDown ignores MouseWheelActiveOnFocus [20013]
Based on discussion http://wpftoolkit.codeplex.com/discussions/447813#post1069463DecimalUpDown seems to be ignoring MouseWheelActiveOnFocus property. The mousewheel is only active when the mouse...
View ArticleEdited Issue: DateTimeUpDown Milleseconds?? [20006]
It appears that the DateTimeUpDown doesn't support Milliseconds in custom formatting mode. For example:<xctk:DateTimeUpDown Value="{Binding PausedAsOfTime }" Format="Custom"...
View ArticleNew Post: Wizard: Raise event when the Next Button is clicked on a wizard page.
Yes that is currently how I am working with it. However, if the Cancel button is selected it fires the Leave event. I would prefer that the specific code only gets hit when the Next button is fired. I...
View ArticleNew Post: ColorPicker performance
Where is the ColorPicker being used? If it is in a ChildWindow, see this thread.
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 ArticleCommented Unassigned: PropertyGrid validation issue [19930]
When PropertyGrid.SelectedObject assigned to object having not valid values (with use IDataErrorInfo) then no red border appears, but tooltip with error message works. Property items gets highlighted...
View ArticleNew Post: Assign an Enum to an object type property
Hi, I have an object type property and i dynamically assign a value of different types. It works for all types except for Enum. When i assign an Enum to my property and i assign my object to the...
View ArticleNew Post: TimeSpan Picker in Property Grid
I wanted to know if it will be possible at some time, that my Patch for the Propertygrid to include a TimeSpan Picker (wich allows a TimeSpan > than a Day) will be merged?
View ArticleNew Post: Property Grid - Adding Custom Properties.
In my application I have a WPF canvas and I drag and drop items on that canvas. I want to see the Left and Top position of a selected item in the canvas. I tried to add two new properties(Top, Left) to...
View ArticleCreated Issue: Assign an Enum to an object type property in a Propertygrid...
Based on discussion https://wpftoolkit.codeplex.com/discussions/452206
View ArticleNew Post: Assign an Enum to an object type property in a Propertygrid
Issue https://wpftoolkit.codeplex.com/workitem/20036 has been created.
View ArticleEdited Issue: Assign an Enum to an object type property in a Propertygrid...
Based on discussion https://wpftoolkit.codeplex.com/discussions/452206Comments: ** Comment from web user: BoucherS ** Fixed in v2.1.In the meantime, you can go in...
View ArticleNew Post: Property Grid - Adding Custom Properties.
INotifyPropertyChanged may be help?
View ArticleNew Post: Property Grid - Adding Custom Properties.
Using the following code, I am able to change the "Left" and "Top" values in the PropertyGrid and see the CanvasItem being moved in the canvas.<Window x:Class="WpfApplication24.MainWindow"...
View Article