Share via


TreeView_EnsureVisible

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This macro ensures that a tree-view item is visible, expanding the parent item or scrolling the tree-view control, if necessary. You can use this macro or send the TVM_ENSUREVISIBLE message explicitly.

Syntax

BOOL TreeView_EnsureVisible( 
    hwnd, 
    hitem 
);

Parameters

  • hwnd
    Handle to the tree view control.
  • hitem
    Handle to the item.

Return Value

Nonzero indicates that the system scrolled the items in the tree view control and no items were expanded. Zero indicates otherwise.

Remarks

If the TreeView_EnsureVisible macro expands the parent item, the parent window receives the TVN_ITEMEXPANDING and TVN_ITEMEXPANDED messages.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

TVM_ENSUREVISIBLE
TVN_ITEMEXPANDED
TVN_ITEMEXPANDING