And btw the ListIconGadget is a HELL to work with, I think we should be able to use the same code to fill it even if a column was deleted!

Because now I have to check exactly how the columns is and make a super duper big procedure with every combination to fill it right!
Code: Select all
AddGadgetItem(0,-1,"Item 1"+#LF$+"Item 2"+#LF$+"Item 3")
Is there any way I can use API to fill it in a more intelligent way maybe, or any other suggestions?
Yes, I really need my users to be able to choose which columns they want visible, move them too.
And btw, how can my program change the columns positions after they are created?