Contents Index Topic Contents | ||
Previous Topic: TreeView_GetRoot Next Topic: TreeView_GetSelection |
TreeView_GetScrollTime
UINT TreeView_GetScrollTime( HWND hwndTV );Retrieves the maximum scroll time for the tree view control. You can use this macro or send the TVM_GETSCROLLTIME message explicitly.
- Returns the maximum scroll time, in milliseconds.
- hwndTV
- Handle to the tree view control.
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 TreeView_SetScrollTime
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.