ChangeListIconGadgetDisplay()
Syntax
ChangeListIconGadgetDisplay(#Gadget, Mode)Description
A ListIconGadget() gadget can have four display modes, each a little different, on the MS Windows operating system: small icon, large icon, list and report (column). 'Mode' can take the following values:#PB_ListIcon_LargeIcon: Large Icon mode #PB_ListIcon_SmallIcon: Small Icon mode #PB_ListIcon_List : List mode #PB_ListIcon_Report : Report mode (columns, default mode)This function can also be used to change the appearance of ExplorerListGadget() in the same way as ListIconGadget().
Supported OS
Windows