Article ID: 130611 - Last Review: July 11, 2005 - Revision: 1.2

BUG: Using WM_SETREDRAW w/ TreeView Control Gives Odd Results

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
This article was previously published under Q130611
Expand all | Collapse all

SYMPTOMS

If a program uses the WM_SETREDRAW message to turn off updating of a TreeView control before adding items, the TreeView control can behave strangely.

For example, if the item being added to the control uses the TVI_FIRST style to insert it to the top of the tree and the top of the tree is scrolled above the top of the visible window, it may be impossible to bring the item into view.

Another possible symptom is that the TreeView control doesn't repaint itself at all. These problems occur only if the program has used the WM_SETREDRAW message to turn off updating the TreeView control.

RESOLUTION

Don't use the WM_SETREDRAW message with the TreeView control while adding items to the control.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.

APPLIES TO
  • Microsoft Platform Software Development Kit-January 2000 Edition
Keywords: 
kbbug kbtreeview kbctrl kbpending KB130611