Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Grid Tech Support » CExtTreeGridWnd::ItemGetByVisibleRowIndex Collapse All
Subject Author Date
Padraig Beirne Aug 31, 2015 - 10:39 AM

In CExtTreeGridWnd
Rather than
HTREEITEM htiItem = ItemGetByVisibleRowIndex(nRowNum);
I want to get the Item by using the Index not the Row
HTREEITEM htiItem = ItemGetByMethodForAllRowIndex(nIndex);

Can anyone tell what method to use please
Thank You