Thraka/SadConsole

Add ComboBox control for v10

Thraka opened this issue · 1 comments

Should be pretty easy to do now that there is CompositeControl.

  1. The control should have two states, dropdown shown or not.
  2. Without the dropdown shown, it looks like a button but with a chevron of some sort.
  3. The mouse bounds for non-dropdown mode would be the single row.
  4. If the chevron is pressed, the control requests exclusive focus and draws the rest of the control, showing the listbox. Mouse bounds would change to be the full area of the control

Fixed in f33632c