EnableExplicit Define x Define y If OpenWindow(0,0,0,500,250,"Window",#PB_Window_SystemMenu|#PB_Window_ScreenCentered) ExplorerListGadget(1,10,10,480,230,"C:\",0) SetGadgetAttribute(1,#PB_Explorer_DisplayMode,#PB_Explorer_LargeIcon) x = 50 y = 50 SendMessage_(GadgetID(1), #LVM_SETICONSPACING, 0, y * 65536 + x) Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow EndIf