EnumEditBox issues

Editors for WPF Forum

Posted 14 years ago by John Dunn
Avatar
When I set EnumEditBox.IsEditable=False, the text displayed grays out, as if the control is disabled. Both of these are identical except for IsEditable

http://i41.tinypic.com/2m2waxg.jpg

This behavior is not the same as the Sample Browser.

Also, is there a way to make the EnumEditBox act more like a ComboBox - or more specifically exactly like a ComboBox? When selected, I'd like the arrow keys to change between the values and also have clicking anywhere on the control bring up the choice list.

Comments (2)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi John,

The color of the disabled text is control by the EnumEditBox.ForegroundNonEditable. So if you set to that Black, or bind it to ForegroundEditable then it won't gray out.

It's not possible to duplicate the feel of the ComboBox, but I've marked down a TODO item to look into adding that (maybe as an configuration option).


Actipro Software Support

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

Hi John,

For the next maintenance release we've updated EnumEditBox to support keyboard selection of items via the arrow keys, even when the drop-down is closed.


Actipro Software Support

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

Add Comment

Please log in to a validated account to post comments.