gabdube / native-windows-gui

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

How to use ComboBox in ListView ? #230

Closed z4b4 closed 2 years ago

gabdube commented 2 years ago

The win32 listview does not support adding combobox (or any other winapi controls) to it's item. It can only support text and images.