Page 1 of 1

Dropdown activation

Posted: 22 Apr 2018 12:48
by daveplummermd
Hello
Is it possible to programmatically activate the dropdown section of a list edit control?

I want to drop down to reveal the list elements without activation by the user.

thanks in advance

dave

Re: Dropdown activation

Posted: 7 Mar 2019 21:43
by Tonton Luc
Hi,

:idea: I think it's possible using this following code :

Code: Select all

_ = your_list_edit_ctrl:sendEvent(e_Native(0x014F,1,0)),