TVM_GETSCROLLTIMETVM_GETSCROLLTIME*
*Contents  *Index  *Topic Contents
*Previous Topic: TVM_GETNEXTITEM
*Next Topic: TVM_GETTEXTCOLOR

TVM_GETSCROLLTIME


TVM_GETSCROLLTIME
    wParam = 0;
    lParam = 0;

Retrieves the maximum scroll time for the tree view control. You can send this message explicitly or by using the TreeView_GetScrollTime macro.

The maximum scroll time is the longest amount of time that a scroll operation can take. The 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_SETSCROLLTIME


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.