Ghost21 0 Posted September 3, 2010 This is the code I'm trying.. HELP!! $hItemFound = _GUICtrlTreeView_FindItem($Treeview1, "TEST2") _GUICtrlTreeView_Expand($TreeView1,$hItemFound,True) When doing treeview expand it expands to much like below. TEST + TEST2 | - TESTFOUND | _ etc. I would like it only go one level down TEST + TEST2 | - TESTFOUND | - TESTFOUND2 | - ETC. Share this post Link to post Share on other sites
wakillon 403 Posted September 4, 2010 Can we see part of script or screen capture ? AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites