I can't find any method to change it. Any help will be appreciated!
+1
A:
The size of the scroll box is controlled by the range and page size of the scroll bar. You can use the CScrollBar::SetScrollInfo
function to control these settings, specifically the nMin
, nMax
, and nPage
members of the SCROLLINFO
structure.
You can find more information on scroll bars on this page in MSDN - read the "Scroll Box Position and Scrolling Range" section.
ChrisN
2008-10-28 09:49:27
Thank you. I'll go the read the article
2008-10-28 10:32:13
I'm quite sure it's called the truck size. But I could be wrong
baash05
2008-12-07 07:38:06