Combobox and dropdown (OpenInsight 32-bit Specific)
At 06 APR 2003 07:11:02PM Richard Hunt wrote:
Is it possible to have a combobox be left in a dropdown state after it looses focus? If so how is it done?
I am using a combobox in "drop down" style to accumulate a list of user entered invoices. After every entry the combobox resets the dropdown state. Then I have to drop it down again. It kinda looks funny so I was wondering if I could somehow disable the dropdown from resetting (closing).
At 06 APR 2003 07:36PM Richard Hunt wrote:
Oops, I found that if the combobox style is "simple" then it does exactly what I want.