Contents Index Topic Contents | ||
Previous Topic: TVM_SETITEMHEIGHT Next Topic: TVM_SETTEXTCOLOR |
TVM_SETSCROLLTIME
TVM_SETSCROLLTIME wParam = (WPARAM)(UINT)uScrollTime; lParam = 0;Sets the maximum scroll time for the tree view control. You can send this message explicitly or by using the TreeView_SetScrollTime macro.
- Returns the previous maximum scroll time, in milliseconds.
- uScrollTime
- New maximum scroll time, in milliseconds. If this value is less than 100, it will be rounded up to 100.
The maximum scroll time is the longest amount of time that a scroll operation can take. Scrolling will be adjusted so that the scroll will take place within the maximum scroll time. A scroll operation may take less time than the maximum.
See also TVM_GETSCROLLTIME
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.