Page 1 of 1

ListView - Wishlist

Posted: 11 Dec 2023, 02:34
by rotamotua
I wish to have two features enabled in listview -

1. ability to separate odd and even rows with user defined background colors while creating the object.
2. ability to enable or disable the filter row just beneath the header row. Match can be lazy search matching the words if patterns can't be implemented.

Just a wish list only.

Re: ListView - Wishlist

Posted: 11 Dec 2023, 08:13
by mcl
rotamotua wrote: I wish to have two features enabled in listview
These features are non-native for ListView control, so I doubt they will ever be implemented in AHK itself.

But, first can be achieved with LV_Colors class by just me.
For the second, you can create several edit fields and write filtering routines yourself.

Re: ListView - Wishlist

Posted: 13 Dec 2023, 12:39
by kczx3
The second request is technically possible with the native listview. Its just relatively undocumented, unutilized and also has some caveats.
viewtopic.php?f=82&t=62678&hilit=filter+bar