For an ScrollAreaGadget it's possible to modify all the parameter in live :
Code: Select all
SetGadgetAttribute(): With one of the following attribute:
#PB_ScrollArea_InnerWidth : Changes the width (in pixels) of the contained scrollable area.
#PB_ScrollArea_InnerHeight : Changes the height (in pixels) of the contained scrollable area.
#PB_ScrollArea_X : Changes the current horizontal scrolling position (in pixels).
#PB_ScrollArea_Y : Changes the current vertical scrolling position (in pixels).

If it's possible to add this function :roll:
http://www.purebasic.fr/english/viewtop ... 42#p312042
Thanks