On Fri Oct 10 15:14:24 2025 +0000, Nikolay Sivov wrote:
For comctl v5 the height also sets how many drop down elements are visible
We should not be using v5 for explorer.exe, right?
Yeah, I just noticed. It's because ComboBoxEx always uses the `CBS_NOINTEGRALHEIGHT` flag.
This hack confirms that ComboBoxEx with short height also shows fewer elements on windows: [0001-t.patch](/uploads/1d5a509d82bb9fd71c3e59db9b5c190c/0001-t.patch)
So we need to fix explorer, either removing that flag or setting a height like I proposed.