Jump to content

Drag & Drop: listview to treeview


SlimShady
 Share

Recommended Posts

It kind of works. But I'd like the treeview-items to light up when hovered over.

Just like Explorer does (see attachment).

Is it possible?

FYI:

This is my treeview code.

$TreeView1 = GUICtrlCreateTreeView(16, 24, 151, 361, BitOR($TVS_HASBUTTONS,$TVS_HASLINES,$TVS_LINESATROOT,$TVS_SHOWSELALWAYS,$WS_GROUP,$WS_TABSTOP), BitOR($WS_EX_CLIENTEDGE,$WS_EX_STATICEDGE))
GUICtrlSetState(-1, $GUI_DROPACCEPTED)
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...