gabdube / native-windows-gui

A light windows GUI toolkit for rust
https://gabdube.github.io/native-windows-gui/
MIT License
1.93k stars 125 forks source link

Added support for scroll bars in ComboBox dropdown. #280

Open MGlolenstine opened 9 months ago

MGlolenstine commented 9 months ago

After noticing issues (#279 and #271) with the scroll bar missing in the ComboBox dropdowns and another person reporting it, I've decided to add the VSCROLL to the flags for ComboBox.

To use it, simply add the ComboBoxFlags::VSCROLL to the flags you already use to enable the vertical scrollbar or add VSCROLL to the flags: argument in the derive macro.

zsdex commented 4 months ago

@gabdube

Can you please merge this PR it's very important!