Page 1 of 1

[Implemented] #PB_ScrollArea_ScrollStep

Posted: Tue Jan 12, 2010 11:54 am
by Kwai chang caine
Hi

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).
All except the "ScrollStep" :shock:

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

Thanks