Hello, how can I make a ComboBox property (ComboBoxPropertyEditor) similar to a ListBox, in other world to prevent the user to write some text in it?
Thank you.
Hello, how can I make a ComboBox property (ComboBoxPropertyEditor) similar to a ListBox, in other world to prevent the user to write some text in it?
Thank you.
Hi Raphael,
Unfortunately you would need to make a custom property editor with a non-editable ComboBox in it to support that. All of our default property editors that use ComboBoxes have IsEditable="true" on them.
The EditorsSamples/Demo/PropertyGridIntegrationCustom sample shows examples of custom property editors.
Please log in to a validated account to post comments.