-
I performed a search for "private bool _" and filtered out classes with 4 or less fields, the collated and ordered results are in the table below.
I believe we can convert these to use `BitVector32…
-
I tried to assign custom property definitions as mentioned on the documentation page. When I add the XAML code as shown below, the property grid remains empty. I tried the same within code and also th…
-
BoucherS[CodePlex] Based on discussion
https://wpftoolkit.codeplex.com/discussions/544080.
Starting in v2.3, the PropertyGrid has an editor for Collections : CollectionEditor. This editor creates…
-
I bind PropertyGrid(in ListBox ItemTemplate) PropertyDefinitions to a PropertyDefinitionCollection in my viewmodel, but I find the binding does not work, the PropertyDefinitionCollection of all Proper…
-
Body:
Hello,
I have come across the TypeEditor class in the propertytools.wpf project. Based on my understanding, I believe this class is intended for handling nested editors in PropertyGrid prope…
-
就是给PropertyGrid控件搞一个PropertyValueChanged事件,就是在PropertyGrid控件绑定的实体类对象里属性的值更改时触发这个事件,相关例子就是Winform的PropertyGrid就有这个PropertyValueChanged事件,希望作者能加下这个事件
-
@Jessie-Zhang01 commented on [Sun Apr 14 2019](https://github.com/dotnet/winforms/issues/775)
**OS**: RS3 X64 JPN
**VS**: Dev16 16.1 d16.1 branch 28811.12 build JPN
**.NET Core**: 3.0.100-preview4…
-
It would be nice to be able to have passwords in the PropertyGrid without them being displayed in plain text. Custom editors would work but a better solution would be to observe the [PasswordPropertyT…
-
I'm trying to localize the values shown in the dropdowns of my PropertyGrid. The way I do this with standard comboboxes is via a LocalizedDescription attribute, like:
public enum eUnits
{…
-
Hi,
Is it possible to bind the PropertyGrid's PropertyDefinitions property to a PropertyDefinitionsCollection property in my viewmodel? I tried adding a line of the form:
PropertyDefinition…