New Post: DropDownButton: Easy way to Disable MouseOver and PressedState...
Thanks BoucherS, I got it: I build this style and apply it to my specific control. var aa = new Style(typeof(DropDownButton));...
View ArticleNew Post: PropertyGrid how to view a Double[,] proptery
Hi, I'm using the propertygrid control to view the properties of my object. It's working very fine, except for one detail: there's a property of type Double[,] that I can't view. If I change the...
View ArticleNew Post: Dynamic PropertyGrid
Do you need the plus edition? I think you can achieve this in the community edition by creating a "Xceed.Wpf.Toolkit.PropertyGrid.PropertyDefinitionCollection", adding each property you want displayed...
View ArticleCommented Unassigned: DateTime picker crashes with foreign cultures/custom...
The date time picker control crashes when using foreign culture settings in windows e.g. German, Finnish.These cultures use date stamps like 22.10.2014 1:05:07, 100Iff you dont provide a custom...
View ArticleCreated Issue: PropertyGrid : System.RankException with property of type...
If a propertyGrid has a selectedObject containing a property of type double[,], the following exception will be raised and the property won't be shown in the PropertyGrid ;A first chance exception of...
View ArticleNew Post: PropertyGrid how to view a Double[,] proptery
Hi, There is a bug in the propertyGrid of 2 dimensions arrays : https://wpftoolkit.codeplex.com/workitem/21501. It should be fixed in v2.5. Once fixed you could use EditorTemplateDefinition with a...
View ArticleEdited Issue: PropertyGrid : System.RankException with property of type...
If a propertyGrid has a selectedObject containing a property of type double[,], the following exception will be raised and the property won't be shown in the PropertyGrid ;A first chance exception of...
View ArticleCommented Unassigned: DateTime picker crashes with foreign cultures/custom...
The date time picker control crashes when using foreign culture settings in windows e.g. German, Finnish.These cultures use date stamps like 22.10.2014 1:05:07, 100Iff you dont provide a custom...
View ArticleNew Post: Property Grid with dynamic editors
I have a property grid which works great at the moment, however for one of the properties I would like the editor to change from an updown counter to a combo box depending on the users selections. Is...
View ArticleReviewed: Extended WPF Toolkit - 2.3.0 (Oct 29, 2014)
Rated 3 Stars (out of 5) - Why do all these three additional zipfiles overwrite eachother even though they appear in seperate folders. Is this OK? As a ancient coder I worry about a frankenstein-SDK....
View ArticleNew Post: Property Grid with dynamic editors
Are you looking for something like this https://wpftoolkit.codeplex.com/workitem/18507 ? If so, v2.4 should fill your needs.
View ArticleNew Post: Dynamic Row and Button Column in Data Grid
I want to create a datagrid with dynamic button column and row. Each row might have maximum of 5 columns let me tell my problem with an example Input 7 1 2 3 4 5 6 7 if input is 2 1 2 if input is 11 1...
View ArticleCreated Unassigned: DataBinding child items [21515]
If I want to dynamically add/remove child windows from my WindowContainer, what property can I bind to? The Children property is locked.
View ArticleCommented Unassigned: DataBinding child items [21515]
If I want to dynamically add/remove child windows from my WindowContainer, what property can I bind to? The Children property is locked.Comments: ** Comment from web user: BoucherS **...
View ArticleNew Comment on "BusyIndicator"
FocusAfterBusy throws a NullReferenceException when my control is loaded.
View ArticleNew Post: Dynamic Row and Button Column in Data Grid
Hi, From what I can see you are not using the Datagrid from the Extended WPF Toolkit. So I can not really help. Usually a grid is build to display column in 1 line. So I would say the behavior looks...
View ArticleNew Comment on "BusyIndicator"
Hi kitanddaniel , Please use a discussion tab or issue tab to explain your problem. You can aslo give of code snippet to be able to reproduce the issue. Thanks.
View ArticleNew Post: Fork @ GitHub
U've updated to Version 2.3 and Included the TokenizedTextboc from 1.6 Release!
View ArticleNew Post: Can't change border for PropertyItem in PropertyGrid
I am unable to change the border brush and border thickness of the PropertyItem but I can change other things like the background.<Style TargetType="{x:Type xctk:PropertyItem}">...
View ArticleCreated Issue: Can't change border for PropertyItem in PropertyGrid [21524]
Based on CodePlex discussion https://wpftoolkit.codeplex.com/discussions/571034
View Article