Created Issue: Put PropertyGrid attributes into own assembly. [19439]
I often will have a model/business layer that doesn't know about WPF or any view layer. It'd be nice to have the attributes/interfaces associated with the property grid in a separate assembly so you...
View ArticleNew Post: cannot access internal constructor 'PropertyItem' here
I'm trying to dynamically add property items to a PropertyGrid. It produces this error and I can't get the app to compile. In the previous MS version of the toolkit this was possible. How do we go...
View ArticleCommented Issue: Unable to load several versions of the toolkit into the same...
Hello,We have a software which allows to add custom features by plugins. Plugins may add their own GUI with own panels, controls, etc. For different reasons it is essential that all plugins and the...
View ArticleNew Post: Put PropertyGrid attributes/interfaces into separate assembly
Vote for the following work item if it correspond to your need:http://wpftoolkit.codeplex.com/discussions/403349
View ArticleNew Post: PropertyGrid - Programmatically registering a custom editor
You cannot use the ITypeEditor inside your EditorDefinition. When using the EditorDefinition approach, you must put your UI inside your template. ex:<xctk:EditorDefinition.EditorTemplate>...
View ArticleNew Post: cannot access internal constructor 'PropertyItem' here
Can you specify the version of the toolkit you were using when your scenario was working (ie. 1.7, 1.8 )? Can you provide a sample app that reproduce the problem ? Create an Issue and attach your...
View ArticleNew Post: PropertyGrid - Programmatically registering a custom editor
OK thanks - I'll give that a go
View ArticleNew Post: PropertyGrid - Programmatically registering a custom editor
Seems to work well! One question though - if I define a custom editor in the XAML, and I have a button that triggers a dialogue allowing me to select a new property for the object (or component of the...
View ArticleCreated Issue: Manual instatiation of PropertyItem [19441]
I'm trying to programatically add PropertyItem(s) to a PropertyGrid. I'm using version 1.5 of the toolkit. I'm not sure if this even possible. I've included the class and xaml for the user control. Any...
View ArticleNew Post: PropertyGrid - Programmatically registering a custom editor
Ah nevermind, I can get the PropertyItem from the PropertyGrid :)
View ArticleCommented Issue: Unable to load several versions of the toolkit into the same...
Hello,We have a software which allows to add custom features by plugins. Plugins may add their own GUI with own panels, controls, etc. For different reasons it is essential that all plugins and the...
View ArticleCommented Issue: Manual instatiation of PropertyItem [19441]
I'm trying to programatically add PropertyItem(s) to a PropertyGrid. I'm using version 1.5 of the toolkit. I'm not sure if this even possible. I've included the class and xaml for the user control. Any...
View ArticleNew Post: Put PropertyGrid attributes/interfaces into separate assembly
The link of my previous reply has been corrected. Please vote for the above work item
View ArticleClosed Issue: Put PropertyGrid attributes into own assembly. [19439]
I often will have a model/business layer that doesn't know about WPF or any view layer. It'd be nice to have the attributes/interfaces associated with the property grid in a separate assembly so you...
View ArticleCommented Feature: Separate "Data" oriented classes from UI ones [18934]
Based on discussion:http://wpftoolkit.codeplex.com/discussions/403349The user expressed its need to have a separate Dll that contains classes that could be used on the Business Model side of its...
View ArticleCommented Feature: Separate "Data" oriented classes from UI ones [18934]
Based on discussion:http://wpftoolkit.codeplex.com/discussions/403349The user expressed its need to have a separate Dll that contains classes that could be used on the Business Model side of its...
View ArticleCommented Feature: [Feature]Migrate soruce code from TFS/SVN to Mercurial or...
Migrate soruce code from TFS/SVN to Mercurial or GitComments: ** Comment from web user: paul_sh ** I second the proposal. It's not easy now to have the own version of the code, update it occasionally...
View ArticleNew Post: CheckComboBox with MVVM
Hi BoucherS, Thanks for showing interest in my post. Actually I have a tabcontrol which has say 2 tabs. I have a list of objects "X" on tab 1. I m using CheckComboBox in the 2nd tab. I am binding...
View ArticlePatch Uploaded: #14017
paul_sh has uploaded a patch.Description:Wizard: the patch moves the Cancel button to the right bottom corner to be consistent with dialogs and wizards in other applications. Also it adds a space...
View ArticleNew Post: CheckComboBox with MVVM
Maybe the following link could help you ;http://stackoverflow.com/questions/1861475/marshal-struct-problem-with-c-sharp I made a simple sample to test the "Clear" of the CheckComboBox.ItemsSource....
View Article