ComboBox editable with list only

Grids for WPF Forum

Posted 10 years ago by Raphael
Version: 13.2.0592
Avatar

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.

Comments (1)

Answer - Posted 10 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

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.


Actipro Software Support

The latest build of this product (v24.1.2) was released 3 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.