[Implemented] #PB_ScrollArea_ScrollStep

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5494
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

[Implemented] #PB_ScrollArea_ScrollStep

Post 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
ImageThe happiness is a road...
Not a destination