Share via


TreeView_EnsureVisible (Windows CE 5.0)

Send Feedback

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.

BOOLTreeView_EnsureVisible(hwnd,hitem );

Parameters

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

Return Values

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

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

TVM_ENSUREVISIBLE | TVN_ITEMEXPANDED | TVN_ITEMEXPANDING

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.