T |
F |
|
|
|
Scroll bars are used to display content that does not fit in a window. |
|
|
Scroll bars can be added by including a window style identifier. |
|
|
Scroll bars have a fixed range from 0 to 100. |
|
|
SetScrollPos is used to change the location of the entire Scroll bar in the window. |
|
|
Windows sends the window procedure the WM_SCROLL message on scroll events. |