New Post: Custom Style Template for PropertyGrid not Working, Any Ideas?
I am using the toolkit v2.6 from NuGet in my project, but I don't know if there is something more I should be doing to allow me to theme or customize a control template. After asking Designer/Blend to...
View ArticleNew Post: Get/Set PropertyGrid scroll position?
I can use the VerticalOffset property and ScrollToVerticalOffset() method to get and set the position of a ScrollViewer container. Is it possible to get and set the scroll position of a PropertyGrid?
View ArticleNew Post: Set minimum date and time spinner steps
How can I:Set the current date+time as the minimum "selectable" date in the calendar?Is it possible to set the Time spinner to increase in steps of 5 minutes instead of 1 minute? Automatically show the...
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 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,Try...
View ArticleClosed 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 1
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 ** Why did you...
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 ** And your...
View ArticleCreated 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 1
View ArticleCreated 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 1
View ArticleCreated 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 ArticleReviewed: Extended WPF Toolkit - 2.2.1 (mrt 19, 2016)
Rated 5 Stars (out of 5) - Guys, Have to go into detail for a proper understanding of what you've produced here but I can already say: it looks very sexy! :-) Promising stuff! Regards Chris
View ArticleCreated Issue: CheckComboBox : Nested properties not working for...
Based on discussion https://wpftoolkit.codeplex.com/discussions/652549.A user wants to use a CheckComboBox on a list of object with nested properties : KeyPairValue<int, MyData> where MyData has...
View ArticleNew Post: CheckComboBox and [Flags] enum
Hi, This looks like a different problem. You are not using the dynamic enum anymore, but a Dictionary. In v3.0, the propertyGrid will support the Dictionary type property and use the CollectionEditor...
View ArticleEdited Issue: CheckComboBox : Nested properties not working for...
Based on discussion https://wpftoolkit.codeplex.com/discussions/652549.A user wants to use a CheckComboBox on a list of object with nested properties : KeyPairValue<int, MyData> where MyData has...
View ArticleNew Post: Custom Style Template for PropertyGrid not Working, Any Ideas?
Hi, Its probably missing the implicit style for "PropertyItemBase". You can find it in : -Xceed.Wpf.Toolkit/PropertyGrid/Themes/Aero2.NormalColor.xaml (for Windows 8)...
View ArticleNew Post: MessageBox only opens once
Hello! Ive started using your messagebox to be able to style my messageboxes. Xceed.Wpf.Toolkit.MessageBox.Show(message, caption, MessageBoxButton.YesNoCancel, MessageBoxImage.Question); The first time...
View ArticleCreated Unassigned: PropertyGrid : Need scroll methods [22218]
Based on discussion https://wpftoolkit.codeplex.com/discussions/652682.User want to be able to scroll to a specific position in the PropertyGrid.
View ArticleNew Post: Get/Set PropertyGrid scroll position?
Hi, Issue https://wpftoolkit.codeplex.com/workitem/22218 has been created,
View ArticleEdited Feature: PropertyGrid : Need scroll methods [22218]
Based on discussion https://wpftoolkit.codeplex.com/discussions/652682.User want to be able to scroll to a specific position in the PropertyGrid.Comments: ** Comment from web user: BoucherS ** New...
View Article