Hello,
I need a quick and short way of inspecting arbitrary object graphs. A "..." right beside of every unknown property type, opening a fresh new property-grid window on the unknown object (including the same "..." buttons), would be perfect.
I tried adding a unnamed/untyped PropertyEditor (with just a ValueTemplate set) to BuiltinEditors.PropertyEditors -- which should have the lowest priority according to your "precedence of property editor defintions" table:But this template then takes over EVERYTHING but System.Boolean (Checkboxes).
I need a quick and short way of inspecting arbitrary object graphs. A "..." right beside of every unknown property type, opening a fresh new property-grid window on the unknown object (including the same "..." buttons), would be perfect.
I tried adding a unnamed/untyped PropertyEditor (with just a ValueTemplate set) to BuiltinEditors.PropertyEditors -- which should have the lowest priority according to your "precedence of property editor defintions" table:
BuiltinEditors.PropertyEditors.Add(
new PropertyEditor { ValueTemplate = (DataTemplate)this.Resources["dummy"] });