Hi,
I have checked the CategoryEditor example which the categoryEditor is formulated in Xaml. Can you please provide another example showing how to build a category editor by code behind?
Let's say the categoryEditor contains a grid which further contains a comboBox and a textbox in two rows. The editor will receive all the properties from a category which all the values are double. The C# code behind will first build a dictionary where key is property name and value is property value. Then the textbox will display the property value when a property is selected via the comboBox.
Thanks alot in advance!