Tips  |  Documentation  |  Archive
One way to count the number of TreeView Items
 
  Сколько всего
  li_count = Send(handle(treeview_control), 4357, 0, 0)
  
  How much is in the visible area
  li_count = Send(handle(treeview_control), 4368, 0, 0)