Sack Library Documentation
|
void SetScrollParams(PSI_CONTROL pc, int min, int cur, int range, int max); void (* SetScrollParams)(PSI_CONTROL pc, int min, int cur, int range, int max);
Parameters |
Description |
PSI_CONTROL pc |
SCROLLBAR_CONTROL_NAME |
int min |
minimum value (needs to be less than max) |
int cur |
current value (should be between min to max |
int range |
how many of the values to span |
int max |
max value |
The range of the control controls how wide the thumb control is. It should reflect things like how many of the maximum items are showing in a list.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|