Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::scrollbar::SetScrollParams Function
C++
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.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!