picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.57k stars 325 forks source link

Show dropdown? #928

Open JonSargent opened 6 years ago

JonSargent commented 6 years ago

Hi All,

In Eto.Forms, is there a way to force a DropDown or ComboBox control to show its dropdown menu? Looking for something similar to ComboBox.DroppedDown = true.

Thanks,

Jon

cwensley commented 6 years ago

Hi @JonSargent,

No, there is no way to make the drop down show programatically currently.

Thanks for the suggestion!

ris-work commented 2 weeks ago

I am developing a prototype for a Point-of-Sales system where the combobox should automatically show with suggestions when text is entered. Some of the older systems we used had the same feature. I'd love to have it, too. I would also like to know about the alternatives.