Commented Unassigned: Possible Bug in AvalonDock [21572]
I use some custom datagrids with columns which can be bound to a ViewModel using the MVVM pattern. This class is directly inherited from DataGrid; I added the DependencyProperty BindableColumns....
View ArticleCommented Issue: [AvalonDock 2.1] Unable to dynamically properly add tools...
Referring to AvalonDock 2.1 (Commit 106497), I setup a simple window with a DockManager.```<xcad:DockingManager AnchorablesSource="{Binding...
View ArticleNew Post: PropertyGrid + Custom Editors + ClassLibrary
Strangely... I downloaded the source code, and looked for some reason do not work out. The problem was that the "public SubClass Name" is ReadOnly, but it is not marked with this attribute!
View ArticleNew Post: PropertyGrid + Custom Editors + ClassLibrary
class ObjectContainerHelperBase private FrameworkElement GenerateChildrenEditorElementif (pd.IsReadOnly) // always for my subclass editor = new TextBlockEditor();
View ArticleNew Post: PropertyGrid + Custom Editors + ClassLibrary
Sorry, In new test project all working good...
View ArticleNew Post: PropertyGrid + Custom Editors + ClassLibrary
I'm understood... My properties declared as: public SubClass Name { get; private set; } I create instance of this property in class constructor and I don't want recreate this instance somewhere.
View ArticleNew Post: PropertyGrid + Custom Editors + ClassLibrary
I think it would be better not to override the custom editor, if the property is read-only. And need to change the function GenerateChildrenEditorElement in class ObjectContainerHelperBase from...
View ArticleNew Post: PropertyGrid + Custom Editors + ClassLibrary
And more: may be create for read-only properties read-only TextBoxEditor (with gray foreground)? This allows you to copy the value to the clipboard.
View ArticleNew Post: PropertyName in Xceed.Wpf.Toolkit.PropertyGrid.PropertyItem
Please, append property PropertyName in the class PropertyItem. I'm need this property in the ResolveEditor metod of my CustomEditor (inherited from ITypeEditor) for reading advanced custom...
View ArticleNew Post: PropertyGrid and RefreshProperties attribute
I don't know whether it's right or not, but I solved the problem this way: in class ObjectContainerHelperBase I added two metods: private bool HasRefreshPropertiesAttribute(PropertyItem propertyItem) {...
View ArticleNew Comment on "MessageBox"
There is a significant difference between how this behaves between Windows 7 and Windows 8.1. In Windows 8.1 the FontSize property only affects the display size of the Text property. However, in...
View ArticleCreated Unassigned: ColorPicker control RecentColors bug [21628]
RecentColors collection on ColorPicker control cannot be bound to in version 2.3.0It is a simple dependency property default value issue.Solution:```line 211 public static readonly DependencyProperty...
View ArticleNew Post: PropertyGrid + Custom Editors + ClassLibrary
Hi, In v2.5, the custome editor won't be override with a TextBlock when readOnly. Same issue has https://wpftoolkit.codeplex.com/workitem/21089 and https://wpftoolkit.codeplex.com/workitem/21421.
View ArticleNew Post: PropertyName in Xceed.Wpf.Toolkit.PropertyGrid.PropertyItem
Hi, You can use propertyItem.DisplayName.
View ArticleNew Post: PropertyName in Xceed.Wpf.Toolkit.PropertyGrid.PropertyItem
Hi, No, I can't use DisplayName in this:System.Reflection.PropertyInfo prop = valueType.GetProperty(propertyItem.PropertyName); because my property has a DisplayNameAttribute, that not equals...
View ArticleCreated Issue: MessageBox FontSize also affects the caption [21638]
it shoul only affect the content.Based on comments in page https://wpftoolkit.codeplex.com/wikipage?title=MessageBox&ANCHOR#C31181
View ArticleNew Comment on "MessageBox"
Issue https://wpftoolkit.codeplex.com/workitem/21638 has been created.
View ArticleCommented Issue: MessageBox FontSize also affects the caption [21638]
it shoul only affect the content.Based on comments in page https://wpftoolkit.codeplex.com/wikipage?title=MessageBox&ANCHOR#C31181Comments: ** Comment from web user: BoucherS ** Only happens in...
View ArticleCommented Issue: MessageBox FontSize also affects the caption [21638]
it shoul only affect the content.Based on comments in page https://wpftoolkit.codeplex.com/wikipage?title=MessageBox&ANCHOR#C31181Comments: ** Comment from web user: BoucherS ** Will be fixed in v2.6.
View ArticleCommented Issue: ColorPicker control RecentColors bug [21628]
RecentColors collection on ColorPicker control cannot be bound to in version 2.3.0It is a simple dependency property default value issue.Solution:```line 211 public static readonly DependencyProperty...
View Article