New Post: PropertyDescriptor doesn't work for PropertyGrid in community edition?
Hi, You are right. The CustomPropertyItem's constructor is not public in the OpenSource version. The Toolkit "Plus" makes it available. Here are the PropertyGrid features that are added in the "Plus"...
View ArticleNew Post: PropertyGrid - Tab order while editing
Hi, Firstly, thanks for the great work on the toolkit. While using the PropertyGrid to edit the properties of an object, if the user tabs the tab sets focus on the next line/row but sets the focus on...
View ArticleReviewed: Extended WPF Toolkit - 2.1.0 (三月 13, 2014)
Rated 3 Stars (out of 5) - it is not very comprehensive and Satisfied me.
View ArticleNew Post: How to focus on certain property's editor?
I've seen this link, but my property.Editor is null. How do I set this property's editor (a simple string property) as the focused element? btw - I'm using the Community Edition, if it helps.
View ArticleNew Post: DataGrid - Changing the GroupHeaderControl Background Color based...
I am trying the change the background color for the GroupHeaderControl. I am able the set the background color but I need to change the color based on its value. Ex) Element1 --> Element2 -->...
View ArticleCreated Feature: PropertyGrid - Tab order while editing [20819]
Based on discussion https://wpftoolkit.codeplex.com/discussions/538806.User wants to tab from editors to editors, not tabing on NamePart.
View ArticleNew Post: PropertyGrid - Tab order while editing
Hi, Thank you for your feedback, Issue https://wpftoolkit.codeplex.com/workitem/20819 has been created.
View ArticleEdited Issue: PropertyGrid - Tab order while editing [20819]
Based on discussion https://wpftoolkit.codeplex.com/discussions/538806.User wants to tab from editors to editors, not tabing on NamePart.Comments: ** Comment from web user: BoucherS ** This will be...
View ArticleNew Post: How to focus on certain property's editor?
Hi, Can you paste a code snippet showing why the Editor is null ? Thanks.
View ArticleNew Post: DataGrid - Changing the GroupHeaderControl Background Color based...
Hi, You can use a Converter to scan for "Element2" .<local:MyConverter x:Key="MyConverter" /> <Style TargetType="{x:Type xcdg:GroupHeaderControl}"> <Setter Property="Template">...
View ArticleReviewed: Extended WPF Toolkit - 2.1.0 (三月 13, 2014)
Rated 5 Stars (out of 5) - 很好 想了解一下源码是怎么写的
View ArticleNew Post: DataGrid - Changing the GroupHeaderControl Background Color based...
Hi Boucher, Thanks!! It's working fine.
View ArticleNew Post: UserControl as custom editor
We are trying to use a UserControl as a custom editor in the PropertyGrid. But it is displaying as a TextBox instead of the ComboBox as defined in the UserControl. The UserControl implements the...
View ArticleCreated Unassigned: Stackoverflow closing LayoutAnchorable [20821]
These two keep calling each other in my project.LayoutAnchorable.cs (This is a change that was made between 2.0 and 2.1)``` public override void Close(){ var dockingManager = this.Root.Manager; if( (...
View ArticleNew Post: Using with GPL project?
I'm planning on developing an open source project and licensing it with the GNU General Public License v3. I would like to use the DateTimePicker and NumericUpDown WPF controls in it but I'm not sure...
View ArticleCommented Unassigned: Stackoverflow closing LayoutAnchorable [20821]
These two keep calling each other in my project.LayoutAnchorable.cs (This is a change that was made between 2.0 and 2.1)``` public override void Close(){ var dockingManager = this.Root.Manager; if( (...
View ArticleCommented Feature: Create a TokenizedTextBox [18746]
This control was introduced in the toolkit as version 1.6, but was removed from the toolkit since 1.7I would like the TokenizedTextBox to be re-introduce in the toolkit.Vote for this feature if you...
View ArticleCommented Unassigned: Stackoverflow closing LayoutAnchorable [20821]
These two keep calling each other in my project.LayoutAnchorable.cs (This is a change that was made between 2.0 and 2.1)``` public override void Close(){ var dockingManager = this.Root.Manager; if( (...
View ArticleEdited Issue: Stackoverflow closing LayoutAnchorable [20821]
These two keep calling each other in my project.LayoutAnchorable.cs (This is a change that was made between 2.0 and 2.1)``` public override void Close(){ var dockingManager = this.Root.Manager; if( (...
View Article