Commit Graph

3 Commits

Author SHA1 Message Date
BDisp
b21f203292 Fixes #820. Added HideDropdownListOnClick property. (#1983)
* Added HideDropdownListOnClick property.

* Invoking OpenSelectedItem on click.

* Added one more constructor and more unit tests.

* Added the ComboListView derived class.

* Added more features to ComboBox.

* Removes code not featured yet.

* Added HideDropdownListOnClick property to scenario.

* Ensures SetSource having the same behavior as the ListWrapper constructor.
2022-09-14 18:10:40 -07:00
BDisp
3362ca849d Reorganizing scenarios categories as per #1648 2022-03-17 16:39:15 +00:00
Thomas Nind
3e7d2ef570 Fixes #1584 - ComboBox is hiding elements below from being clicked/focused (#1585)
* Fixes #1584

* Fixes https://github.com/migueldeicaza/gui.cs/issues/1584#issuecomment-1027987475

* Fixes some bugs with SelectedItem.

* Ensures updating the ComboBox text on leaving the control.

Co-authored-by: BDisp <bd.bdisp@gmail.com>
2022-02-06 14:44:33 -08:00