[SOLVED] ComboBox, DropList - Suggestion

Answered Closed
1
0

 

When you click a ComboBox with DropList….

 

If you click on the “text” don’t show the list, only if you click on the arrow.

In the DropList style the list should be showed also when the user click on the “text”

 

Only a suggestion for the new build!..

 

Thanks

  • You must to post comments
Best Answer
0
0

Michael, Andrew,

WJ-7836 has been implemented in the latest build (1.3.15).

Best regards
Frank

  • You must to post comments
0
0

Michael, Andrew,

we have logged enhancement request WJ-7836 for it.

We will inform you when it´s available.

Best regards
Frank

  • You must to post comments
0
0

I second this.. clicking the text of a Combobox when its style is set to “DropDownList” should activate the drop-down, like it does in WinForms and VWG.  The dropdown should also cancel when the user clicks outside the combobox — sometimes it does not dismiss the dropdown (e.g. after clicking on a Label)

  • You must to post comments
0
0

Hi Michael,

you could add an event handler for MouseClick of the ComboBox and set it´s DroppedDown property to true.

Best regards
Frank

  • You must to post comments
Showing 4 results