ListIconGadget column width adjustment event

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

ListIconGadget column width adjustment event

Post by USCode »

Fred/Freak,
Please consider firing an event when the user adjusts a column width in a ListIconGadget.

I have a ListIconGadget that gets continually re-used and would like to retain the column widths immediately after the user adjusts their widths.
There are already very useful commands to get/set the column width, I just need to know *when* it's been adjusted.
I don't necessarily need to know which column has been adjusted (though that might be handy), just that one of the columns has been adjusted.

Thanks!!!