Page 1 of 1

To find a column in a ListIconGadget

Posted: Tue Nov 01, 2022 6:17 am
by Stefan
Is it possible with a ListIconGadget to find out which column or which cell was clicked on?
With GetGadgetState() I can only seem to find out the line.

Re: To find a column in a ListIconGadget

Posted: Tue Nov 01, 2022 11:58 am
by Peter
Take a look at ListIconGadgetEx

Re: To find a column in a ListIconGadget

Posted: Wed Nov 02, 2022 8:42 am
by Stefan
Great!
A question:
Does the binding unbind when the window containing the ListIconGadget is closed or do I need to unbind it before closing the window?