Created Unassigned: DateTimePicker : Step per DateTimePart [22219]
Based on discussion https://wpftoolkit.codeplex.com/discussions/652686.Users wants to be able to set the Step of the TimePicker (included in the DateTimePicker) to increment/decrement by 5 minutes...
View ArticleNew Post: Set minimum date and time spinner steps
Hi, I believe you are talking about the Control DateTimePicker. You can try this :<xctk:DateTimePicker Value="{Binding ., Source={x:Static sys:DateTime.Now}}" Minimum="{Binding ., Source={x:Static...
View ArticleNew Post: Custom Style Template for PropertyGrid not Working, Any Ideas?
I have added the generic.xaml but it still will not let me style the control. It now just give a "Copy Style failed." within the VS Designer or Blend when I tried to copy the default style to make...
View ArticleNew Post: Custom Style Template for PropertyGrid not Working, Any Ideas?
I have added a bounty on StackOverflow to my...
View ArticleNew Post: Text color in a propertygrid
hi, How to change the text color in a propertygrid. I want to display the values in white in this screenshot. Thanks PS : I'm using mahapps dark theme and the propertygrid is displayed in a flyout
View ArticleNew Post: Propertygrid CheckedTreeView (DropDownButton)
Hello, i want create dynamically a Tree from Database like this. -Demo1 SubDemo11 SubDemo111 SubDemo12 -Demo2 The idea was when i click on drop-down-button after propertygrid is loaded i see the tree...
View ArticleNew Post: Set minimum date and time spinner steps
Thank you for the reply, the code you suggested worked nicely! Congratulations for the great work!
View ArticleCommented Unassigned: PropertyGrid Category Header Style [22206]
How do we style the PropertyGrid Category Header (GroupItem)? I would like to be able to style the Background, Border and glyphs (Up_Arrow and Down_Arrow) in the Category Header. I can style other...
View ArticleNew Post: DateTimePicker popup size
I will attach three images: Pic1: You can see that only the "20" of 2016 shows Pic2: Shows that the year completely disappears for long months. Pic3: Using May, you can see that the month, year show up...
View ArticleNew Comment on "DateTimePicker"
The event ValueChanged is firing twice for each event occurrence.
View ArticleNew Post: PropertyGrid search improvements
It would be nice to some improvements to the PropertyGrid search bar such as: Search including subclasses (ExpandableObject) Search including any point of a property name, not just the beginning of it Etc
View ArticleNew Comment on "MaskedTextBox"
How to clear text? When i used Clear() control is became unusable.
View ArticleNew Post: propertyGrid show items for expanded collection
How, do I display a ObservableCollection<> of custom objects in the PropertyGrid, in which each List Item can be expanded to display the custom objects properties. (ie: ----PropertyGrid-----...
View ArticleCommented Unassigned: DoubleUpDown handles 0 and .1 weird [22210]
When setting the increment to .1, when I shift up and down and pass and .1 it displays -1.38777878078145E-16 for 0 and 0.0999999999999999 for 1Comments: ** Comment from web user: BoucherS ** Hi,You are...
View ArticleCommented Unassigned: DoubleUpDown handles 0 and .1 weird. [22211]
When setting the increment to .1, when I shift up and down and pass and .1 it displays -1.38777878078145E-16 for 0 and 0.0999999999999999 for 1Comments: ** Comment from web user: BoucherS ** related to...
View ArticleClosed Unassigned: NumericUpDown handles .1 and 0 weird [22212]
When setting the increment to .1, when I shift up and down and pass and .1 it displays -1.38777878078145E-16 for 0 and 0.0999999999999999 for 1Comments: Dupplicate of...
View ArticleCommented Unassigned: DoubleUpDown handles 0 and .1 weird [22210]
When setting the increment to .1, when I shift up and down and pass and .1 it displays -1.38777878078145E-16 for 0 and 0.0999999999999999 for 1Comments: ** Comment from web user: jhebbel ** That was a...
View ArticleCommented Unassigned: Color name not displayed when using custom color list...
I need to use a color picker in WPF and thought I would give the color picker in this toolkit in a try. I have to be able to display a custom list of colors because they relate to colors in another...
View ArticleEdited Issue: Color name not displayed when using custom color list [22213]
I need to use a color picker in WPF and thought I would give the color picker in this toolkit in a try. I have to be able to display a custom list of colors because they relate to colors in another...
View ArticleNew Post: MessageBox only opens once
Hi, I cannot reproduce this in v2.6 and up. I have a button that when clicked, execute the code to pop the MessageBox. I click a MessageBox button to close it. I then click my button again to re-open...
View Article