gammasoft71 / xtd

Free open-source modern C++17 / C++20 framework to create console, GUI (forms like WinForms) and unit test applications and libraries on Microsoft Windows, Apple macOS and Linux.
https://gammasoft71.github.io/xtd
MIT License
737 stars 58 forks source link

[ENHANCEMENT] xtd.forms - xtd::forms::combo_box - added drop_down and drop_down_closed events #190

Closed jimorc closed 1 year ago

jimorc commented 1 year ago

Your question

I have a combo_box with drop_down_list style. Is there an event that is triggered when the dropdown list is opened?

I could only find one event: selected_index_changed. If a drop_down_list_opened event does not exist at this time, is it planned for the future?

jimorc commented 1 year ago

Actually, the event would be better named drop_down_list_opening. I want to populate the list in real time.

gammasoft71 commented 1 year ago

Two events will be added for the release 0.2.0 :

gammasoft71 commented 1 year ago

Fixed in commit e794949