tags:

views:

39

answers:

1

I'v looked on MSDN and can't find how to do this. It lets me set the range and position but not the thumb that the user clicks and drags.

Thanks

+1  A: 

You want to set the scroll page size, so it calculates the proportional size of the bar given the range and page size. Look at SetScrollInfo and related functions.

AshleysBrain