Posts: 2
Threads: 1
Joined: Aug 2023
Reputation:
0
Delphi component tcombobox has a property "droppeddown" which
indicates whether the drop-down list is currently displayed.
Does Intraweb have a corresponding property?
Posts: 2,264
Threads: 197
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
No, the web <select> component that is the analogous to the combobox doesn't have such a property.
It is possible to detect the state of the dropdown list via JS code, though. If you explain your requirements a little better and really need it we can provide a demo
Posts: 2
Threads: 1
Joined: Aug 2023
Reputation:
0
I am interested in dynamically dropping down the selection window so the user does not have to select the down symbol.