Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.46 KB

nf-commctrl-treeview_setscrolltime.md

File metadata and controls

75 lines (60 loc) · 2.46 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:commctrl.TreeView_SetScrollTime
TreeView_SetScrollTime macro (commctrl.h)
Sets the maximum scroll time for the tree-view control. You can use this macro or send the TVM_SETSCROLLTIME message explicitly.
TreeView_SetScrollTime
TreeView_SetScrollTime macro [Windows Controls]
_win32_TreeView_SetScrollTime
_win32_TreeView_SetScrollTime_cpp
commctrl/TreeView_SetScrollTime
controls.TreeView_SetScrollTime
controls._win32_TreeView_SetScrollTime
controls\TreeView_SetScrollTime.htm
Controls
VS|Controls|~\controls\treeview\macros\treeview_setscrolltime.htm
12/05/2018
TreeView_SetScrollTime, TreeView_SetScrollTime macro [Windows Controls], _win32_TreeView_SetScrollTime, _win32_TreeView_SetScrollTime_cpp, commctrl/TreeView_SetScrollTime, controls.TreeView_SetScrollTime, controls._win32_TreeView_SetScrollTime
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
TreeView_SetScrollTime
commctrl/TreeView_SetScrollTime
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
TreeView_SetScrollTime

TreeView_SetScrollTime macro

-description

Sets the maximum scroll time for the tree-view control. You can use this macro or send the TVM_SETSCROLLTIME message explicitly.

-parameters

-param hwnd

Type: HWND

Handle to a tree-view control.

-param uTime

Type: UINT

New maximum scroll time, in milliseconds. If this value is less than 100, it will be rounded up to 100.

-remarks

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