Code : Tout sélectionner
OpenWindow(0, 0, 0, 200, 20, "Test", #PB_Window_SystemMenu|#PB_Window_ScreenCentered)
CreateGadgetList(WindowID(0))
ScrollBarGadget(0, 0, 0, 200, 20, 0, 200, 32) ; PageLenght ne fonctionne pas !!!
Repeat
Debug GetGadgetState(0)
Until WaitWindowEvent() = #PB_Event_CloseWindow