Partager via


CTreeCtrl::SetScrollTime

Call this member function to set the maximum scroll time for the tree view control.

UINT SetScrollTime(
   UINT uScrollTime 
);

Parameters

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

Return Value

The previous maximum scroll time, in milliseconds.

Remarks

This member function implements the behavior of the win32 message TVM_SETSCROLLTIME, as described in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

Concepts

CTreeCtrl Class

CTreeCtrl Members

Hierarchy Chart

CTreeCtrl::GetScrollTime