[Implemented] Scroll Gadget Min/Max Set
[Implemented] Scroll Gadget Min/Max Set
I think it would be wonderfull if we are able to set the scrollbar's min and max after the bar is created, instead of having to destroy and recreate the scroll bar everytime we need to change those values.
-
- Enthusiast
- Posts: 229
- Joined: Wed May 14, 2003 3:38 pm
- Location: Lüneburg - Germany
what about:to destroy and recreate the scroll bar everytime
Code: Select all
SendMessage_(GadgetID(#ScrollBar_0), #SBM_SETRANGE, newMin, newMax)
