Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Browsing all 4964 articles
Browse latest View live

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 Article


New 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 Article


New 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 Article

Commented 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 Article

Created 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 Article


New 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 Article

Edited 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 Article

Commented 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 Article


New 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 Article


Reviewed: 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 Article

New 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 Article

New 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 Article

Created 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 Article


Commented 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 Article

New Comment on "BusyIndicator"

FocusAfterBusy throws a NullReferenceException when my control is loaded.

View Article


New 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 Article

New 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 Article


New Post: Fork @ GitHub

U've updated to Version 2.3 and Included the TokenizedTextboc from 1.6 Release!

View Article

New 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 Article

Created Issue: Can't change border for PropertyItem in PropertyGrid [21524]

Based on CodePlex discussion https://wpftoolkit.codeplex.com/discussions/571034

View Article
Browsing all 4964 articles
Browse latest View live