Hello,
I am wondering if there is any way to detect a click on the title bar of a DropdownList in the controlEvent method, as one would detect click actions on its list items.
In a sense, I am trying to overload the collapse function. I disable the collapse of the list, but would like users to be able to click on the list label, which would say something like "Current Samples (Click to Import)", and trigger my own event instead of, say, a collapse.
Thanks in advance for the help!
I am wondering if there is any way to detect a click on the title bar of a DropdownList in the controlEvent method, as one would detect click actions on its list items.
In a sense, I am trying to overload the collapse function. I disable the collapse of the list, but would like users to be able to click on the list label, which would say something like "Current Samples (Click to Import)", and trigger my own event instead of, say, a collapse.
Thanks in advance for the help!
2