itemRect = tree.GetItemRect(item)
Variable | Description |
---|---|
itemRect | The rectangle returned includes the item's X and Y position relative to the tree, its width, and its height. RECT. |
item | The item path. LISTITEM. |
RECT rect = tree.GetItemRect("/level_1-1/level_2-1/level_3-4")