To find a column in a ListIconGadget

Just starting out? Need help? Post your questions and find answers here.
Stefan
Posts: 160
Joined: Mon Feb 05, 2018 9:44 pm

To find a column in a ListIconGadget

Post 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.
User avatar
Peter
Posts: 1093
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: To find a column in a ListIconGadget

Post by Peter »

Take a look at ListIconGadgetEx
Stefan
Posts: 160
Joined: Mon Feb 05, 2018 9:44 pm

Re: To find a column in a ListIconGadget

Post 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?
Post Reply