Modify the height
Posted: Sun Oct 16, 2005 5:40 pm
Hi !
How can I modify the height of an item of a ListIconGadget ?
How can I modify the height of an item of a ListIconGadget ?
http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
lRowHeight = 18
hImg = ImageList_Create_(1, lRowHeight, #ILC_COLORDDB, 0, 0)
sendmessage_(gadgetid(1), #LVM_SETIMAGELIST, #LVSIL_SMALL,hImg)