New Post: Why modifying an expandable object doesn't not refresh the content...
Here is my version which does not use binding but instead will use the INotifyPropertyChanged interface of the object being displayed in the property grid to keep the ToString display updated.public...
View ArticleNew Post: PropertyGrid Readonly and Font Color
Interestingly the v2_2 was different and string-Properties were shown in black color. That's what I wanted when I used the PropertyGrid as "ReadOnly". Maybe it is a philosophical question how it should...
View ArticleNew Post: PropertyGrid - manage/define subproperties of expanded property
Hi, I am using the (glorious) PropertyGrid with AutoGenerateProperties set to false. Each time I change the SelectedObject, I also change the PropertyDefinitions accordingly. This works great so far,...
View ArticleNew Post: PropertyGrid - manage/define subproperties of expanded property
Hi, I am using the (glorious) PropertyGrid with AutoGenerateProperties set to false. Each time I change the SelectedObject, I also change the PropertyDefinitions accordingly. This works great so far,...
View ArticleNew Post: Close drop down button programatically
Hi, A solution mught be to derive from DropDownButton and override method OnIsKeyboardFocusWithinChanged. If False is received, just close the dropDownButton with IsOpen = false.
View ArticleCreated Unassigned: Why modifying an expandable object doesn't not refresh...
Based on CodePLex discussion https://wpftoolkit.codeplex.com/discussions/351469.If a propertyItem from an expandable PropertyItem is modified, and the parent PropertyItem uses it in its ToString()...
View ArticleNew Post: Why modifying an expandable object doesn't not refresh the content...
Issue https://wpftoolkit.codeplex.com/workitem/21685 has been created.
View ArticleCommented Feature: Why modifying an expandable object doesn't not refresh the...
Based on CodePLex discussion https://wpftoolkit.codeplex.com/discussions/351469.If a propertyItem from an expandable PropertyItem is modified, and the parent PropertyItem uses it in its ToString()...
View ArticleCreated Unassigned: PropertyGrid - manage/define subproperties of expanded...
Based on codeplex discussion http://wpftoolkit.codeplex.com/discussions/578597
View ArticleNew Post: PropertyGrid - manage/define subproperties of expanded property
Issue https://wpftoolkit.codeplex.com/workitem/21686 has been created.
View ArticleNew Post: MessageBox with CheckBox
I need this feature as well, so I've created a derived MessageBox class with a custom template and dependency property. I can display it like so:var msgbox = new CheckableMessageBox ();...
View ArticleNew Post: PropertyGrid - manage/define subproperties of expanded property
Hi BoucherS, thanks a lot.
View ArticleEdited Issue: PropertyGrid issue with ValueRangeTextBox [21655]
I am loading an object into the PropertyGrid, and I get the below error. I use the PropertyGrid for many other types, and just one type causes this exception. Doesn't the PropertyGrid only create...
View ArticleNew Post: MessageBox with CheckBox
Hi, If you look at MessageBox.OnApplyTemplate() method, there is a call to "ChangeVisualState( _button.ToString(), true );". This will set the VisualState to use (to good sets of buttons). In XAML, the...
View ArticleNew Post: MessageBox with CheckBox
Thanks for the tip BoucherS. I tried to call ChangeVisualState(...) in my derived class but it doesn't change the buttons (Tried in version 2.2). What does work is calling InitializeMessageBox(...)...
View ArticleNew Post: CheckComboBox
Hi I'm using the CheckComboBox from this framework in my project and it works fine in VS 2010. However when outside of VS the program crashes. Before i manage to get it work by adding using...
View ArticleNew Post: CustomPropertyItems and Custom Editors
Hello, I am trying to have a PropertyGrid with PropertiesSource set to a Collection of CustomPropertyItem's. I cannot get the definition of a custom editor working. I have a little application to show...
View ArticleCreated Unassigned: CustomPropertyItems and Custom Editors [21698]
Based on Codeplex discussion http://wpftoolkit.codeplex.com/discussions/578895
View ArticleNew Post: CustomPropertyItems and Custom Editors
Hi, Issue https://wpftoolkit.codeplex.com/workitem/21698 has been created. Looks like you have a Plus version of the Toolkit. If you want faster answers, work-arounds or supports, please use the Xceed...
View ArticleEdited Issue: CustomPropertyItems and Custom Editors [21698]
Based on Codeplex discussion http://wpftoolkit.codeplex.com/discussions/578895Comments: ** Comment from web user: BoucherS ** This will be fixed in v2.7.
View Article