Jump to content

TreeView Expand


Ghost21
 Share

Recommended Posts

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...