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

Add LVS_AUTOARRANGE to ListView flags #284

Open iOrange opened 7 months ago

iOrange commented 7 months ago

Hi! Thanks a lot for this crate, takes away much of the struggle to deal with raw WINAPI. My only issue so far - is lack of LVS_AUTOARRANGE flag for the ListView. Could you please add it ?