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
Michael, Andrew,
WJ-7836 has been implemented in the latest build (1.3.15).
Best regards
Frank
Michael, Andrew,
we have logged enhancement request WJ-7836 for it.
We will inform you when it´s available.
Best regards
Frank
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)
Hi Michael,
you could add an event handler for MouseClick of the ComboBox and set it´s DroppedDown property to true.
Best regards
Frank